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

ActionContainerOrientation Enum

Contains values specifying how Actions displayed by an ActionContainerViewItem are arranged.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public enum ActionContainerOrientation

Members

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.

Related API Members

The following properties accept/return ActionContainerOrientation values:

Remarks

This enumeration values are used to set the IModelActionContainerViewItem.Orientation property.

See Also