Skip to main content
All docs
V18.2

ASPxClientMenuAction Properties

Provides information about a command available in the toolbar or menu.
Name Description
clickAction Provides access to the action performed when a button is clicked.
container Provides access to a value that specifies the command location.
disabled Provides access to the value that specifies whether or not the command is disabled by default.
hasSeparator Specifies whether or not the command has a visual separator.
hotKey Provides access to the keyboard shortcut used to invoke the command.
imageClassName Provides access to the CSS class of the command’s glyph.
imageTemplateName
text Provides access to the text for the command.
visible Provides access to the value that specifies whether or not the command is visible in the user interface.
See Also