Skip to main content
All docs
V25.1
  • Dashboard.RequestParameters Property

    Specifies whether to load dashboard data only after the user submits the parameter values.

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v25.1.Core.dll

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    [DefaultValue(false)]
    public bool RequestParameters { get; set; }

    Property Value

    Type Default Description
    Boolean false

    true to load a dashboard data after the user submits dashboard parameters; otherwise, false.

    Remarks

    This property is in effect only for a Web Dashboard.

    See the following article for more information: Create a Dashboard Parameter on the Web.

    See Also