GridSplitContainer.Horizontal Property
Gets or sets whether a splitter divides the container into two horizontally or vertically arranged regions.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if a splitter divides the container into two horizontally arranged regions; otherwise, false. |
Remarks
Horizontal Split:
Vertical Split
While a Split View is active, changing the Horizontal property results in redisplaying the Split View. As such, the following events fire:
- GridSplitContainer.SplitViewHidden - Fires when the old Split View is destroyed.
- GridSplitContainer.SplitViewCreated - Fires when a new Split View is created, but before it is displayed.
- GridSplitContainer.SplitViewShown - Fires after the new Split View is displayed.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Horizontal property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.