ComponentOne DataGrid for WPF and Silverlight
Items Property (DataGridFilterList)

C1.WPF.DataGrid.Filters Namespace > DataGridFilterList Class : Items Property
Gets or sets the collection of filter that the list will show.
Syntax
'Declaration
 
Public Shadows Property Items As System.Collections.Generic.List(Of IDataGridFilterUnity)
public new System.Collections.Generic.List<IDataGridFilterUnity> Items {get; set;}
See Also

Reference

DataGridFilterList Class
DataGridFilterList Members