DataFormWebPart.FilterPropertyDescriptorCollection property

Gets the FilterPropertyDescriptorCollection property.

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

Syntax

'Declaration
Protected ReadOnly Property FilterPropertyDescriptorCollection As PropertyDescriptorCollection
    Get
'Usage
Dim value As PropertyDescriptorCollection

value = Me.FilterPropertyDescriptorCollection
protected PropertyDescriptorCollection FilterPropertyDescriptorCollection { get; }

Property value

Type: System.ComponentModel.PropertyDescriptorCollection
Returns a PropertyDescriptorCollection.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace