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

GridSplitContainer.SplitChildGrid Property

Gets the grid control displayed in the container’s second region.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[Browsable(false)]
public GridControl SplitChildGrid { get; }

Property Value

Type Description
GridControl

A GridControl displayed in the container’s second region. null if the Split View is not active (the second region is hidden).

Remarks

See GridSplitContainer.Grid to learn more.

See Also