Skip to main content
.NET 6.0+

ActionItemPaintStyle Enum

Specifies the Action‘s paint style.

Namespace: DevExpress.ExpressApp.Templates

Assembly: DevExpress.ExpressApp.v23.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 Web Forms applications, and CaptionAndImage for ASP.NET Core 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