ActionContainerOrientation Enum
Contains values specifying how Actions displayed by an ActionContainerViewItem are arranged.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.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. |
Remarks
This enumeration values are used to set the IModelActionContainerViewItem.Orientation property.
See Also