ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid.Filters Namespace / DataGridFilterList Class / Items Property

In This Topic
    Items Property
    In This Topic
    Gets or sets the collection of filter that the list will show.
    Syntax
    'Declaration
     
    
    Public Shadows Property Items As List(Of IDataGridFilterUnity)
    public new List<IDataGridFilterUnity> Items {get; set;}
    See Also