Class
LabelCommands

Provides a standard set of Label related commands.

Definition

Namespace:Telerik.Windows.Controls.FieldList.Editing

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

cs-api-definition
public static class LabelCommands

Inheritance: objectLabelCommands

Fields

ClearFilter

Gets the value that represents the Clear Filter command.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes", Justification = "Common practice. RoutedCommand is immutable.")]
public static readonly RoutedCommand ClearFilter

Field Value

RoutedCommand

LabelFilter

Gets the value that represents the Label Filter command.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes", Justification = "Common practice. RoutedCommand is immutable.")]
public static readonly RoutedCommand LabelFilter

Field Value

RoutedCommand

MoreSortingOptions

Gets the value that represents the More Sorting Options command.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes", Justification = "Common practice. RoutedCommand is immutable.")]
public static readonly RoutedCommand MoreSortingOptions

Field Value

RoutedCommand

SetDoubleGroupStep

Gets the value that represents the Set Double Group Step command.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes", Justification = "Common practice. RoutedCommand is immutable.")]
public static readonly RoutedCommand SetDoubleGroupStep

Field Value

RoutedCommand

Top10Filter

Gets the value that represents the Top10 Filter command.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes", Justification = "Common practice. RoutedCommand is immutable.")]
public static readonly RoutedCommand Top10Filter

Field Value

RoutedCommand

ValueFilter

Gets the value that represents the Value Filter command.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes", Justification = "Common practice. RoutedCommand is immutable.")]
public static readonly RoutedCommand ValueFilter

Field Value

RoutedCommand