FileManagerToolbarItemBase.Image Property
Gets the settings of an image displayed within the toolbar item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| ImagePropertiesBase | An ImagePropertiesBase object that contains image settings. |
Remarks
The Image property provides access to the settings that define an image displayed within the toolbar item. To specify the item text, use the FileManagerToolbarItemBase.Text property.
See Also