Table of Contents

Class GridCommand

Namespace
Tripous.Desktop
Assembly
Tripous.Desktop.dll

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

GridActionType

ImageFileName

Gets or sets the image file name.

public string ImageFileName { get; set; }

Property Value

string

IsEnabled

Gets or sets a value indicating whether the command is enabled.

public bool IsEnabled { get; set; }

Property Value

bool

IsVisible

Gets or sets a value indicating whether the command is visible.

public bool IsVisible { get; set; }

Property Value

bool

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

string

Title

Gets or sets the command title.

public string Title { get; set; }

Property Value

string

ToolTip

Gets or sets the command tooltip.

public string ToolTip { get; set; }

Property Value

string