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