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

In This Topic
    AutoCloseFilter Property
    In This Topic
    Gets or sets a value indicating whether filter dro-down should be closed automatically on losing focus.
    Syntax
    'Declaration
     
    
    Public Property AutoCloseFilter As Boolean
    public bool AutoCloseFilter {get; set;}
    See Also