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

CellInfo.HasDrillDownRows Property

Indicates whether the drill-down data source contains data rows.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public bool HasDrillDownRows { get; }

Property Value

Type Description
Boolean

true, if the drill-down data source contains data rows; otherwise, false.

See Also