Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelAction.ImageMode Property

Specifies the type of the image that is displayed by the current Action’s control.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

ImageMode ImageMode { get; set; }

Property Value

Type Description
ImageMode

An ImageMode enumeration value specifying the type of the image that is displayed by the current Action’s control.

See Also