Skip to main content
A newer version of this page is available. .

GridControl.IsSplitGrid Property

Gets whether the GridControl belongs to a GridSplitContainer.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[Browsable(false)]
public virtual bool IsSplitGrid { get; }

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