DXMenuItem Members
In This Article
#Constructors
Name | Description |
---|---|
DXMenu |
Initializes a new instance of the DXMenu |
DXMenu |
Initializes a new instance of the DXMenu |
DXMenu |
Initializes a new instance of the DXMenu |
DXMenu |
Initializes a new instance of the DXMenu |
DXMenu |
Initializes a new instance of the DXMenu |
DXMenu |
Initializes a new instance of the DXMenu |
DXMenu |
Initializes a new instance of the DXMenu |
DXMenu |
Initializes a new instance of the DXMenu |
DXMenu |
Initializes a new instance of the DXMenu |
DXMenu |
Initializes a new instance of the DXMenu |
#Properties
Name | Description |
---|---|
Allow |
Gets or sets whether the current DXMenu |
Appearance |
Provides access to the appearance settings used to paint the DXMenu |
Appearance |
Provides access to the appearance settings used to paint the DXMenu |
Appearance |
Provides access to the appearance settings used to paint the DXMenu |
Begin |
Gets or sets whether the current menu item starts a group. |
Caption | Specifies the text displayed within the menu item. |
Close |
This member supports the internal infrastructure and is not intended to be used directly from your code. |
Close |
This member supports the internal infrastructure and is not intended to be used directly from your code. |
Collection | Gets the menu item collection which owns the current menu item. |
Command |
Gets or sets the ICommand whose ExecuteClick event is invoked.
|
Command |
Gets or sets the parameter that is passed to the command specified by the Command property.
|
Enabled | Gets or sets whether the menu item is enabled. |
Has |
Returns whether or not this DXMenu |
Image |
This property is obsolete. Use the DXMenu property to display an image in the menu item.
|
Image |
This property is obsolete. Use the DXMenu property to specify an image representing the menu item in the disabled state.
|
Image |
Provides access to settings that allow you to set up raster and vector icons for this DXMenu |
Is |
Gets or sets whether the menu item is aligned to support locales using right-to-left fonts. |
Large |
Gets or sets a large image for the current menu item. This property is obsolete. Use the DXMenu property instead.
|
Large |
Gets or sets a large image displayed in the current menu item when it is in the disabled state. This property is obsolete. Use the DXMenu property instead.
|
Owner |
Gets or sets the object that owns this DXMenu |
Priority |
Gets or sets the display priority for the current item in a Radial |
Shortcut | Gets or sets a shortcut displayed within the menu item |
Show |
Obsolete. Gets or sets whether the ampersand (‘&’) character, when it is found in the item’s DXMenu |
Super |
Gets or sets a super tip for this DXMenu |
Svg |
Gets or sets the vector image. This property is obsolete. Use the DXMenu |
Tag | Gets or sets the data associated with the menu item. |
Visible | Gets or sets whether the menu item is visible. |
#Methods
Name | Description |
---|---|
Bind |
Uses the command selector to find an appropriate parameterized command in the source and bind it to this DXMenu |
Bind |
Binds the specific parameterized command to this DXMenu |
Bind |
Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this DXMenu |
Dispose() | Releases all the resources used by the current object. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Generate |
Invokes the event handler assigned to the DXMenu |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns the actual raster image displayed by this DXMenu |
Get |
Returns the size of the image displayed by this DXMenu |
Get |
Returns whether the current menu item is actually aligned to support locales using right-to-left fonts. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Click | Occurs when the menu item’s functionality needs to be invoked. |
Command |
Occurs when the Can |
Command |
Occurs after the value of the Command property has changed. |
Command |
Occurs after the value of the Command |
See Also