ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / FilterDescription Class / State Property

In This Topic
    State Property (FilterDescription)
    In This Topic
    Gets or sets the current state of this filter description.
    Syntax
    'Declaration
     
    
    Public Property State As DataGridFilterState
    public DataGridFilterState State {get; set;}
    See Also