Back to Devexpress

ActionBase.HasImage Property

expressappframework-devexpress-dot-expressapp-dot-actions-dot-actionbase-8eb62d20.md

latest1.5 KB
Original Source

ActionBase.HasImage Property

Indicates whether an Action has an image assigned to it.

Namespace : DevExpress.ExpressApp.Actions

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[Browsable(false)]
public bool HasImage { get; }
vb
<Browsable(False)>
Public ReadOnly Property HasImage As Boolean

Property Value

TypeDescription
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

ActionBase Class

ActionBase Members

DevExpress.ExpressApp.Actions Namespace