A newer version of this page is available.
Switch to the current version.
GridSplitContainer.SplitChildGrid Property
Gets the grid control displayed in the container's second region.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v19.1.dll
Declaration
[Browsable(false)]
public GridControl SplitChildGrid { get; }
<Browsable(False)>
Public ReadOnly Property SplitChildGrid As GridControl
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
Feedback