Class GridCommand
Describes a command exposed by a grid toolbar, shortcut, or context menu.
public class GridCommand
- Inheritance
-
GridCommand
- Inherited Members
- Extension Methods
Constructors
GridCommand()
Initializes a new instance of the GridCommand class.
public GridCommand()
Properties
ActionType
Gets or sets the command action type.
public GridActionType ActionType { get; set; }
Property Value
ImageFileName
Gets or sets the image file name.
public string ImageFileName { get; set; }
Property Value
IsEnabled
Gets or sets a value indicating whether the command is enabled.
public bool IsEnabled { get; set; }
Property Value
IsVisible
Gets or sets a value indicating whether the command is visible.
public bool IsVisible { get; set; }
Property Value
KeyGesture
Gets or sets the command key gesture.
public KeyGesture KeyGesture { get; set; }
Property Value
- KeyGesture
Name
Gets or sets the command name.
public string Name { get; set; }
Property Value
Title
Gets or sets the command title.
public string Title { get; set; }
Property Value
ToolTip
Gets or sets the command tooltip.
public string ToolTip { get; set; }