ASPxDashboard.DataRequestOptions Property
In This Article
Provides access to options that allow you to configure data request parameters.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public DataRequestOptions DataRequestOptions { get; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
See Also