| Visual Basic (Declaration) | |
|---|---|
<BrowsableAttribute(False)> <DescriptionAttribute("The column title.")> <NotifyParentPropertyAttribute(True)> Public Property Title As String | |
| C# | |
|---|---|
[BrowsableAttribute(false)] [DescriptionAttribute("The column title.")] [NotifyParentPropertyAttribute(true)] public string Title {get; set;} | |