Skip to main content
All docs
V19.2

ASPxPivotGrid.IsDataSourceEmpty Property

Gets a value that identifies whether no data source is specified for the pivot grid. For internal use only.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public bool IsDataSourceEmpty { get; }

Property Value

Type Description
Boolean

true if no data source is specified for the pivot grid; otherwise, false.

See Also