Share via


ListViewByQuery.DisableFilter Property

Gets or sets a Boolean value that specifies whether to disable filtering in the list view.

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

Syntax

'Declaration
Public Property DisableFilter As Boolean
    Get
    Set
'Usage
Dim instance As ListViewByQuery
Dim value As Boolean

value = instance.DisableFilter

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

Property Value

Type: System.Boolean
true to disable flltering; otherwise, false. The default value is false.

See Also

Reference

ListViewByQuery Class

ListViewByQuery Members

Microsoft.SharePoint.WebControls Namespace