FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridColumnFilterLoadingEventArgs Class / ShowApplyButton Property

In This Topic
    ShowApplyButton Property
    In This Topic
    Gets or sets whether the apply button is shown. If false, the filter will be applied automatically as the UI is changed.
    Syntax
    'Declaration
     
    Public Property ShowApplyButton As Boolean
    public bool ShowApplyButton {get; set;}
    See Also