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

IModelAction.PaintStyle Property

Specifies how the current Action is displayed in Detail and List Views.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

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

Property Value

Type Default Description
ActionItemPaintStyle **Default**

An ActionItemPaintStyle enumeration value specifying how the current Action is displayed in Detail and List Views.

See Also