Skip to main content
All docs
V18.2

ASPxClientDashboardActionAvailabilityChangedEventArgs.IsReloadDataAvailable Property

Gets whether data reloading is available in the current state of dashboard item.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public bool IsReloadDataAvailable { get; }

Property Value

Type Description
Boolean

true, if data reloading is available in the current state of dashboard item; otherwise, false.

See Also