A command that can be shown in toolbars and menus, and executes an action.
|
| action |
Gets or sets the action to be executed for this command.
|
| caption |
Gets or sets the caption of this command.
|
| categoryName |
Gets or sets the category name of this command.
|
| cssClass |
Gets or sets a custom CSS class that can be applied to the command element.
|
| data |
Storage for this command.
|
| description |
Gets or sets the description of this command.
|
| id |
Gets the ID of this command.
|
| imageUrl |
Gets or sets the image URL of this command.
|
| invalidReason |
Gets or sets the value to describe why this command is marked as invalid.
|
| isActionAsync |
Gets a value indicating whether or not the action is an async function.
|
| isActionCollapse |
Gets or sets a value defining whether the toolbar will collapse when the command is executed.
|
| isDisposed |
Gets a value indicating whether this instance has been disposed.
Inherited from dundas.EventDisposable.
|
| isEnabled |
Gets or sets whether this command is enabled.
|
| isTogglable |
Gets or sets whether toggle is enabled for this command.
|
| isToggled |
Gets or sets whether this command is toggled.
|
| isValid |
Gets or sets a value indicating whether the command is valid.
|
| sortOrder |
Gets or sets the sort order for this command for insertion into toolbars and menus.
|
| subCommands |
Gets or sets the sub commands of this command.
|
| toggleGroup |
Gets or sets what toggle group this command is part of (for use as radio button).
|
| uiCache |
Gets the UI cache table
Inherited from dundas.EventDisposable.
|