Skip to main content
A newer version of this page is available.
All docs
V18.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.v18.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