FileManagerToolbarItemBase.Image Property
In This Article
Gets the settings of an image displayed within the toolbar item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual ImagePropertiesBase Image { get; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
#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