Skip to main content
.NET 6.0+

IModelTabbedGroup.Direction Property

Specifyies the direction of a tabbed group.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[DefaultValue(FlowDirection.Horizontal)]
FlowDirection Direction { get; set; }

Property Value

Type Default Description
FlowDirection Horizontal

A FlowDirection enumeration value specifying the direction of a tabbed group.

See Also