Back to Devexpress

GridPaneLayoutModel.Direction Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-gridpanelayoutmodel-78203b7a.md

latest1.7 KB
Original Source

GridPaneLayoutModel.Direction Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
[LocalizableCategory(DesignerCategories.Behavior)]
public PaneLayoutDirection Direction { get; set; }
vb
<PropertyForOptions>
<LocalizableCategory(DesignerCategories.Behavior)>
Public Property Direction As PaneLayoutDirection

Property Value

TypeDescription
PaneLayoutDirection

A PaneLayoutDirection enumeration value.

|

Available values:

NameDescription
Vertical

Panes are aligned in the vertical direction.

| | Horizontal |

Panes are aligned in the horizontal direction.

|

See Also

GridPaneLayoutModel Class

GridPaneLayoutModel Members

DevExpress.XtraCharts.Designer Namespace