Skip to main content
A newer version of this page is available. .

ActionItemPaintStyle Enum

Specifies how an Action is displayed in Detail and List Views.

Namespace: DevExpress.ExpressApp.Templates

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public enum ActionItemPaintStyle

Members

Name Description
Default

The way in which an Action is represented in a UI is determined by XAF. For instance, in XAF v2008 vol 3, the default behavior corresponds to the ActionItemPaintStyle.Image value.

Caption

An Action is represented in a UI by a caption.

CaptionAndImage

An Action is represented in a UI by an image and a caption.

Image

An Action is represented in a UI by an image.

Related API Members

The following properties accept/return ActionItemPaintStyle values:

Remarks

These enumeration values are used to set the ActionBase.PaintStyle property.

See Also