Skip to main content

ASPxPivotGrid.IsDataBound Property

Gets a value indicating whether the grid is data bound.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

#Declaration

public bool IsDataBound { get; }

#Property Value

Type Description
Boolean

true if the grid is data bound; otherwise, false.

See Also