ActionBase.HasImage Property
In This Article
Indicates whether an Action has an image assigned to it.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the current Action’s Image |
#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