Skip to main content
A newer version of this page is available. .
Tab

ASPxSplitter.Orientation Property

Gets or sets the direction in which to render the panes within the splitter control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(Orientation.Horizontal)]
public Orientation Orientation { get; set; }

Property Value

Type Default Description
Orientation **Horizontal**

One of the Orientation enumeration values.

Remarks

Panes can be arranged within a splitter control one after another, either vertically or horizontally. The Orientation property is useful to control the arrangement of panes.

Set the Orientation to Orientation.Vertical to arrange panes vertically, one under another. Or, set the Orientation property to Orientation.Horizontal to arrange panes horizontally, from left to right.

Note

By design, sub panes (members of parent panes’ SplitterPane.Panes collections) are always arranged with an orientation opposite to their immediate parent pane.

ASPxSplitter.Orientation property

See Also