ClassInlineFieldBoxCommands
Class
Provides a standard set of InlineFieldBox related commands.
Definition
Namespace:Telerik.Windows.Controls.FieldList
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
cs-api-definition
public static class InlineFieldBoxCommands
Inheritance: objectInlineFieldBoxCommands
Fields
ReloadData
Gets the value that represents the Reload Data command.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes", Justification = "Common practice. RoutedCommand is immutable.")]
public static readonly RoutedCommand ReloadData
Field Value
RoutedCommand
Remove
Gets the value that represents the Remove command.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes", Justification = "Common practice. RoutedCommand is immutable.")]
public static readonly RoutedCommand Remove
Field Value
RoutedCommand
ShowFieldList
Gets the value that represents the Show Inline Field List command.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes", Justification = "Common practice. RoutedCommand is immutable.")]
public static readonly RoutedCommand ShowFieldList
Field Value
RoutedCommand
Sort
Gets the value that represents the Sort command.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes", Justification = "Common practice. RoutedCommand is immutable.")]
public static readonly RoutedCommand Sort
Field Value
RoutedCommand