DXEditMenuItem Members
In This Article
#Constructors
Name | Description |
---|---|
DXEdit |
Initializes a new DXEdit |
DXEdit |
Initializes a new DXEdit |
DXEdit |
Initializes a new DXEdit |
DXEdit |
Initializes a new DXEdit |
DXEdit |
Initializes a new DXEdit |
DXEdit |
Initializes a new DXEdit |
DXEdit |
Initializes a new DXEdit |
#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.
Inherited from DXMenu |
Caption |
Specifies the text displayed within the menu item.
Inherited from DXMenu |
Close |
This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from DXMenu |
Close |
This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from DXMenu |
Collection |
Gets the menu item collection which owns the current menu item.
Inherited from DXMenu |
Command |
Gets or sets the ICommand whose ExecuteClick event is invoked.
Inherited from DXMenu |
Command |
Gets or sets the parameter that is passed to the command specified by the Command property.
Inherited from DXMenu |
Edit | Gets or sets the object that determines the editor’s type and contains its properties. |
Edit |
Specifies the editor’s value. |
Enabled |
Gets or sets whether the menu item is enabled.
Inherited from DXMenu |
Has |
Returns whether or not this DXMenu |
Height | Gets or sets the editor’s height. |
Image |
This property is obsolete. Use the DXMenu property to display an image in the menu item.
Inherited from DXMenu |
Image |
This property is obsolete. Use the DXMenu property to specify an image representing the menu item in the disabled state.
Inherited from DXMenu |
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.
Inherited from DXMenu |
Large |
Gets or sets a large image for the current menu item. This property is obsolete. Use the DXMenu property instead.
Inherited from DXMenu |
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.
Inherited from DXMenu |
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
Inherited from DXMenu |
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.
Inherited from DXMenu |
Visible |
Gets or sets whether the menu item is visible.
Inherited from DXMenu |
Width | Gets or sets the editor’s width. |
#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.
Inherited from DXMenu |
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.
Inherited from DXMenu |
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.
Inherited from DXMenu |
Command |
Occurs when the Can |
Command |
Occurs after the value of the Command property has changed.
Inherited from DXMenu |
Command |
Occurs after the value of the Command |
Edit |
Occurs after the DXEdit |
See Also