Skip to main content
All docs
V26.1
  • ASPxDashboard.DataRequestOptions Property

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

    Namespace: DevExpress.DashboardWeb

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