Share via


GridColumn.IsAutoFilterable Property

Gets or sets a value that indicates whether the column can be auto filtered.

Namespace:  Microsoft.SharePoint.JSGrid
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property IsAutoFilterable As Boolean
    Get
    Set
'Usage
Dim instance As GridColumn
Dim value As Boolean

value = instance.IsAutoFilterable

instance.IsAutoFilterable = value
public bool IsAutoFilterable { get; set; }

Property Value

Type: System.Boolean
true if the column can be auto filtered; otherwise false.

See Also

Reference

GridColumn Class

GridColumn Members

Microsoft.SharePoint.JSGrid Namespace