Back to Devexpress

GridSplitContainer.View Property

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

latest1.5 KB
Original Source

GridSplitContainer.View Property

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

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
BaseView

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

|

See Also

GridSplitContainer Class

GridSplitContainer Members

DevExpress.XtraGrid Namespace