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

CellInfo.IsDrillDownRequestCompleted Property

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

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, 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