Share via


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.

See also

Reference

GridColumn class

GridColumn members

Microsoft.SharePoint.JSGrid namespace