Share via


SPGridView.AllowFiltering property

Gets or sets the Boolean AllowFiltering property.

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

Syntax

'Declaration
Public Property AllowFiltering As Boolean
    Get
    Set
'Usage
Dim instance As SPGridView
Dim value As Boolean

value = instance.AllowFiltering

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

Property value

Type: System.Boolean

See also

Reference

SPGridView class

SPGridView members

Microsoft.SharePoint.WebControls namespace