Skip to main content
A newer version of this page is available. .
Tab

FileManagerToolbarItemBase.Image Property

Gets the settings of an image displayed within the toolbar item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual ImagePropertiesBase Image { get; }

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