Class
FilterEditorDialogCommands

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

ICommand

The apply filters command.

CancelFilters

Gets the cancel filters command.

Declaration

cs-api-definition
public static ICommand CancelFilters { get; }

Property Value

ICommand

The cancel filters command.

SelectFilters

Gets the select filters command.

Declaration

cs-api-definition
public static ICommand SelectFilters { get; }

Property Value

ICommand

The select filters command.