ComponentOne DataGrid for WPF and Silverlight
C1FilterDescriptions Property (ICollectionViewFilterExtension)

C1.Silverlight.DataGrid.Data Namespace > ICollectionViewFilterExtension Interface : C1FilterDescriptions Property
Gets or sets the filter descriptions. When setting the property the filter descriptions should be applied to the underlying data.
Syntax
'Declaration
 
Property C1FilterDescriptions As DataGridColumnValue(Of DataGridFilterState)()
DataGridColumnValue<DataGridFilterState>[] C1FilterDescriptions {get; set;}

Property Value

The c1 filter descriptions.
See Also

Reference

ICollectionViewFilterExtension Interface
ICollectionViewFilterExtension Members