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

GridSplitContainer.SplitChildView Property

Gets the main View (GridControl.MainView) of the GridSplitContainer.SplitChildGrid object.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v22.1.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[Browsable(false)]
public BaseView SplitChildView { get; }

Property Value

Type Description
BaseView

The main View of the GridSplitContainer.SplitChildGrid object. null if the GridSplitContainer.SplitChildGrid object is set to null.

See Also