Class RadDataFilterViewCommands
All commands that RadDataFilterView exposes.
Inheritance
System.Object
RadDataFilterViewCommands
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public static class RadDataFilterViewCommands : Object
Properties
OpenFilterEditor
Gets the open filter editor command.
Declaration
public static ICommand OpenFilterEditor { get; }
Property Value
System.Windows.Input.ICommand
The open filter editor command. |
ToggleWrapping
Gets the toggle wrapping command.
Declaration
public static ICommand ToggleWrapping { get; }
Property Value
System.Windows.Input.ICommand
The toggle wrapping command. |