ActionBase.HasImage Property
Indicates whether an Action has an image assigned to it.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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