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)
Available in Sandboxed Solutions: No

Syntax

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

value = instance.NoFilterField

instance.NoFilterField = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.None)]
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