ClassFilterEditorDialogCommands
Class
All commands that FilterEditorDialog exposes.
Definition
Namespace:Telerik.Windows.Controls.Data.DataFilterView
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public static class FilterEditorDialogCommands
Inheritance: objectFilterEditorDialogCommands
Properties
ApplyFilters
Gets the apply filters command.
Declaration
cs-api-definition
public static ICommand ApplyFilters { get; }
Property Value
The apply filters command.
CancelFilters
Gets the cancel filters command.
Declaration
cs-api-definition
public static ICommand CancelFilters { get; }
Property Value
The cancel filters command.
SelectFilters
Gets the select filters command.
Declaration
cs-api-definition
public static ICommand SelectFilters { get; }
Property Value
The select filters command.