MenuImages.Item Property
Gets the settings that define an image displayed within root items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public MenuItemImageProperties Item { get; }
Public ReadOnly Property Item As MenuItemImageProperties
Property Value
Type | Description |
---|---|
MenuItemImageProperties | A MenuItemImageProperties object that contains image settings. |
Available values:
Name | Description |
---|---|
UrlChecked | Gets or sets the URL of an image displayed when the menu item is checked. |
SpriteProperties | Gets the settings defining the image position within a sprite image. |
MenuItemImageProperties(IPropertiesOwner) | Initializes a new instance of the MenuItemImageProperties class with the specified owner. |
MenuItemImageProperties(String) | Initializes a new instance of the MenuItemImageProperties class with the specified image location. |
MenuItemImageProperties() | Initializes a new instance of the MenuItemImageProperties class. |
See Also
Feedback