Back to Devexpress

GridControl.IsSplitGrid Property

windowsforms-devexpress-dot-xtragrid-dot-gridcontrol-b5f5fac7.md

latest1.5 KB
Original Source

GridControl.IsSplitGrid Property

Gets whether the GridControl belongs to a GridSplitContainer.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public virtual bool IsSplitGrid { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property IsSplitGrid As Boolean

Property Value

TypeDescription
Boolean

true if the Grid Control belongs to a GridSplitContainer; otherwise, false.

|

Remarks

See Split Presentation to learn more.

See Also

Split Presentation

GridControl Class

GridControl Members

DevExpress.XtraGrid Namespace