DataFormWebPart.FilterField Property

Gets the filter field name.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property FilterField As String
    Get
'Usage
Dim instance As DataFormWebPart
Dim value As String

value = instance.FilterField
[BrowsableAttribute(false)]
public string FilterField { get; }

Property Value

Type: System.String

Remarks

Public property indicating the ad hoc filter field name that is applied to the current Web Part.

See Also

Reference

DataFormWebPart Class

DataFormWebPart Members

Microsoft.SharePoint.WebPartPages Namespace