GridColumn.IsHidable Property
Gets or sets a value that indicates whether the user can hide the column.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IsHidable As Boolean
Get
Set
'Usage
Dim instance As GridColumn
Dim value As Boolean
value = instance.IsHidable
instance.IsHidable = value
public bool IsHidable { get; set; }
Property Value
Type: System.Boolean
true if the user can hide the column; otherwise false.