Skip to main content
.NET 6.0+

IModelActionContainerViewItem.Orientation Property

Specifies how Actions displayed by the Action Container View Item are arranged.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[DefaultValue(ActionContainerOrientation.Horizontal)]
ActionContainerOrientation Orientation { get; set; }

Property Value

Type Default Description
ActionContainerOrientation Horizontal

An ActionContainerOrientation enumeration value specifying how Actions displayed by the Action Container View Item are arranged.

Remarks

This property has no effect in ASP.NET Core Blazor UI applications.

See Also