GridSplitContainer.SplitChildView Property
Gets the main View (GridControl.MainView) of the GridSplitContainer.SplitChildGrid object.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
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