IModelActionContainerViewItem.Orientation Property
In This Article
Specifies how Actions displayed by the Action Container View Item are arranged.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
[DefaultValue(ActionContainerOrientation.Horizontal)]
ActionContainerOrientation Orientation { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Action |
Horizontal | An Action |
#Remarks
This property has no effect in ASP.NET Core Blazor UI applications.
See Also