Skip to main content

ASPxPivotGrid.IsLoading() Method

In This Article

Indicates that the ASPxPivotGrid is being loaded.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public override bool IsLoading()

#Returns

Type Description
Boolean

true if the ASPxPivotGrid is being loaded; otherwise, false.

See Also