ActionItemPaintStyle Enum
Specifies the Action‘s paint style.
Namespace: DevExpress.ExpressApp.Templates
Assembly: DevExpress.ExpressApp.v22.1.dll
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. |
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the ActionItemPaintStyle enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.