Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ActionItemPaintStyle Enum

Specifies the Action‘s paint style.

Namespace: DevExpress.ExpressApp.Templates

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public enum ActionItemPaintStyle

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.

ActionBasePaintStyleCaption

CaptionAndImage

An Action is displayed in the UI as an image and a caption.

ActionBasePaintStyleCaptionImage

Image

An Action is displayed in the UI as an image.

ActionBasePaintStyleImage

See Also