AllowColumnResize Property
In This Topic
Gets or sets a value indicating whether the end user can resize the width of the columns in a grid.
Syntax
'Declaration
Public Property AllowColumnResize As Boolean
'Usage
Dim instance As ColumnManagerRow
Dim value As Boolean
instance.AllowColumnResize = value
value = instance.AllowColumnResize
public bool AllowColumnResize {get; set;}
Property Value
true if the end user can resize the width of the columns in a grid;
false otherwise. By default,
true.
Requirements
See Also