GridControl.IsSplitGrid Property
In This Article
Gets whether the GridControl belongs to a GridSplitContainer.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the Grid Control belongs to a Grid |
#Remarks
See Split Presentation to learn more.
See Also