Skip to main content

MultiDimensionalData.IsEmpty Property

Gets a value that indicates whether the current MultiDimensionalData object is initialized.

Namespace: DevExpress.DashboardCommon.ViewerData

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public virtual bool IsEmpty { get; }

Property Value

Type Description
Boolean

true, if the current MultiDimensionalData object is empty; otherwise, false.

See Also