ActionItemPaintStyle Enum
In This Article
Specifies the Action‘s paint style.
Namespace: DevExpress.ExpressApp.Templates
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Members
Name | Description | Image |
---|---|---|
Default
|
The default value is Image for Win |
|
Caption
|
An Action is displayed in the UI as a caption. |
|
Caption
|
An Action is displayed in the UI as an image and a caption. |
|
Image
|
An Action is displayed in the UI as an image. |
#Related API Members
The following properties accept/return ActionItemPaintStyle values:
See Also