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