Back to Devexpress

PivotGridControl.IsLoading Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-979b6753.md

latest1.1 KB
Original Source

PivotGridControl.IsLoading Property

Gets whether the PivotGridControl is being initialized.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
[Browsable(false)]
public bool IsLoading { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsLoading As Boolean

Property Value

TypeDescription
Boolean

true if the PivotGridControl is being initialized; otherwise, false.

|

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace