Skip to main content

GridSplitContainer.SplitChildView Property

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

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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