Class FilterEditorDialogCommands
All commands that FilterEditorDialog exposes.
Inheritance
System.Object
FilterEditorDialogCommands
Namespace: Telerik.Windows.Controls.Data.DataFilterView
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public static class FilterEditorDialogCommands : Object
Properties
ApplyFilters
Gets the apply filters command.
Declaration
public static ICommand ApplyFilters { get; }
Property Value
System.Windows.Input.ICommand
The apply filters command. |
CancelFilters
Gets the cancel filters command.
Declaration
public static ICommand CancelFilters { get; }
Property Value
System.Windows.Input.ICommand
The cancel filters command. |
SelectFilters
Gets the select filters command.
Declaration
public static ICommand SelectFilters { get; }
Property Value
System.Windows.Input.ICommand
The select filters command. |