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

ActionBase.HasImage Property

Indicates whether an Action has an image assigned to it.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

[Browsable(false)]
public bool HasImage { get; }

Property Value

Type Description
Boolean

true if the current Action’s ImageName is not null or empty; otherwise, false.

Remarks

Use the ActionBase.ImageName property to specify the name of the image that will be displayed for the current Action. By default, the ImageName property is not set.

See Also