Skip to main content
Tab

FileManagerToolbarItemBase.Image Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.1.dll

NuGet Package: DevExpress.Web

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