ActionItemPaintStyle Enum
Specifies the Action's paint style.
Namespace: DevExpress.ExpressApp.Templates
Assembly: DevExpress.ExpressApp.v20.2.dll
Declaration
Members
Name | Description | Image |
---|---|---|
Default | The default value is Image for WinForms and ASP.NET applications, and CaptionAndImage for 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
Feedback