ActionItemPaintStyle Enum
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 WinForms and ASP.NET Web Forms applications, and CaptionAndImage for ASP.NET Core Blazor applications. |
|
Caption
|
An Action is displayed in the UI as a caption. |
|
CaptionAndImage
|
An Action is displayed in the UI as an image and a caption. |
|
Image
|
An Action is displayed in the UI as an image. |
See Also