Skip to main content
.NET 6.0+

ActionContainerOrientation Enum

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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.

Remarks

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

See Also