Back to Devexpress

GridSplitContainer.SplitChildView Property

windowsforms-devexpress-dot-xtragrid-dot-gridsplitcontainer-d111320b.md

latest1.6 KB
Original Source

GridSplitContainer.SplitChildView Property

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

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public BaseView SplitChildView { get; }
vb
<Browsable(False)>
Public ReadOnly Property SplitChildView As BaseView

Property Value

TypeDescription
BaseView

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

|

See Also

GridSplitContainer Class

GridSplitContainer Members

DevExpress.XtraGrid Namespace