DashboardBuilder.DataRequestOptions(Action<DataRequestOptionsBuilder>) Method
In This Article
Specifies options that allow you to configure a data request mode.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
#Declaration
public DashboardBuilder DataRequestOptions(
Action<DataRequestOptionsBuilder> config
)
#Parameters
Name | Type | Description |
---|---|---|
config | Action<Data |
A delegate that provides access to options used to configure a data request mode. |
#Returns
Type | Description |
---|---|
Dashboard |
A reference to this instance after the operation has completed. |
See Also