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

ActionItemPaintStyle Enum

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

Namespace: DevExpress.ExpressApp.Templates

Assembly: DevExpress.ExpressApp.v19.2.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.

Remarks

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

See Also