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.v20.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Dashboard

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