Skip to main content
A newer version of this page is available. .

ASPxDashboard.DataRequestOptions Property

Provides access to options that allow you to configure data request parameters.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.1.Web.WebForms.dll

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public DataRequestOptions DataRequestOptions { get; }

Property Value

Type Description
DataRequestOptions

A DataRequestOptions object that contains options for data request configuration.

See Also