Resizable Property (Column)
In This Topic
Gets or sets whether this column can be resized.
Syntax
'Declaration
Public Property Resizable As Boolean
'Usage
Dim instance As Column
Dim value As Boolean
instance.Resizable = value
value = instance.Resizable
public bool Resizable {get; set;}
See Also