ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridColumnHeaderPresenter Class / IsFiltering Property

In This Topic
    IsFiltering Property
    In This Topic
    Gets or sets a value indicating whether this column is currently filtering data or not.
    Syntax
    'Declaration
     
    
    Public Property IsFiltering As Boolean
    public bool IsFiltering {get; set;}
    Remarks
    If this property is set to true the visual state group "OptionsStates" will change its visual state to "Filtering".
    See Also