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

IModelActionContainerViewItem.PaintStyle Property

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

[DefaultValue(ActionItemPaintStyle.Default)]
ActionItemPaintStyle PaintStyle { get; set; }

Property Value

Type Default Description
ActionItemPaintStyle **Default**

An ActionItemPaintStyle enumeration value specifying how the IModelActionContainerViewItem.ActionContainer displays its Actions.

Available values:

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.

See Also