Skip to main content
.NET 6.0+

IModelActionContainerViewItem.PaintStyle Property

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.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 ASP.NET Core Blazor UI applications.

See Also