Back to Devexpress

ActionContainerOrientation Enum

expressappframework-devexpress-dot-expressapp-dot-model-95066c07.md

latest1.9 KB
Original Source

ActionContainerOrientation Enum

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

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public enum ActionContainerOrientation
vb
Public Enum ActionContainerOrientation

Members

NameDescription
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.

|

The following properties accept/return ActionContainerOrientation values:

Remarks

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

See Also

ActionContainerViewItem

DevExpress.ExpressApp.Model Namespace