Skip to main content

CellInfo.IsDrillDownRequestCompleted Property

Indicates whether the drill-down data source request has completed.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public bool IsDrillDownRequestCompleted { get; protected set; }

Property Value

Type Description
Boolean

true, if the drill-down data source request has completed; otherwise, false.

See Also