Skip to main content
All docs
V21.2

PGridCustomEditorRow.HasChildren Property

Gets whether this row has child rows.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.VerticalGrid

Declaration

public override bool HasChildren { get; }

Property Value

Type Description
Boolean

true if this row has child rows; otherwise, false.

See Also