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