Skip to main content

ASPxDashboard.DataRequestOptions Property

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

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v23.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