Skip to main content
A newer version of this page is available. .

IModelActionContainerViewItem.Orientation Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

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.

Available values:

Name Description
Horizontal

Specifies that Actions displayed by an Action Container View Item are arranged horizontally.

Vertical

Specifies that Actions displayed by an Action Container View Item are arranged vertically.

See Also