ActionContainerOrientation Enum
In This Article
Contains values specifying how Actions displayed by an ActionContainerViewItem are arranged.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#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