Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a value that indicates whether the column is resizable.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IsResizable As Boolean
Get
Set
'Usage
Dim instance As GridColumn
Dim value As Boolean
value = instance.IsResizable
instance.IsResizable = value
public bool IsResizable { get; set; }
Property Value
Type: System.Boolean
true if the column is resizable; otherwise false.