DataFormWebPart.NoFilterField property

Gets or sets the name of the field on which the DataFormWebPart does not apply a filter.

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

Syntax

'Declaration
<WebPartStorageAttribute(Storage.None)> _
<BrowsableAttribute(False)> _
Public Property NoFilterField As String
    Get
    Set
'Usage
Dim instance As DataFormWebPart
Dim value As String

value = instance.NoFilterField

instance.NoFilterField = value
[WebPartStorageAttribute(Storage.None)]
[BrowsableAttribute(false)]
public string NoFilterField { get; set; }

Property value

Type: System.String
The name of the field on which the DataFormWebPart does not apply a filter.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace