Skip to main content
All docs
V18.2

ASPxClientMenuAction Members

Provides information about a command available in the toolbar or menu.

Constructors

Name Description
ASPxClientMenuAction() Initializes a new instance of the ASPxClientMenuAction class with the default settings.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also