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

IModelActionContainerViewItem.PaintStyle Property

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

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.

Remarks

This property has no effect in Blazor UI applications.

See Also