'Declaration <DescriptionAttribute("Indicates if the columns can be reordered.")> <CategoryAttribute("Behavior")> <ApplyToDesignerAttribute(False)> Public Property AllowColumnReorder As Boolean
'Usage Dim instance As ColumnManagerRow Dim value As Boolean instance.AllowColumnReorder = value value = instance.AllowColumnReorder
[Description("Indicates if the columns can be reordered.")] [Category("Behavior")] [ApplyToDesigner(false)] public bool AllowColumnReorder {get; set;}