'Declaration <DescriptionAttribute("Indicates if the row can be selected.")> <CategoryAttribute("Behavior")> Public Property CanBeSelected As Boolean
'Usage Dim instance As Row Dim value As Boolean instance.CanBeSelected = value value = instance.CanBeSelected
[Description("Indicates if the row can be selected.")] [Category("Behavior")] public bool CanBeSelected {get; set;}