Skip to main content

GridPaneLayoutModel.Direction Property

Gets or sets the GridPaneLayout.Direction property value within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
[LocalizableCategory(DesignerCategories.Behavior)]
public PaneLayoutDirection Direction { get; set; }

Property Value

Type Description
PaneLayoutDirection

A PaneLayoutDirection enumeration value.

Available values:

Name Description
Vertical

Panes are aligned in the vertical direction.

PaneLayoutDirection_Vertical

Horizontal

Panes are aligned in the horizontal direction.

PaneLayoutDirection_Horizontal

See Also