Share via


GridColumn.IsResizable property

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.

See also

Reference

GridColumn class

GridColumn members

Microsoft.SharePoint.JSGrid namespace