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

IModelActionContainerViewItem.Orientation Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v20.1.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.

See Also