SPGridView.AllowFiltering Property

Gets or sets the Boolean AllowFiltering property.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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