Skip to main content
All docs
V21.1

DxUrlState Class

Contains options that allow you to display a dashboard state in the URL.

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v21.1.Blazor.dll

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

public class DxUrlState :
    DxSettingsComponent

Remarks

<DxDashboard style="height: 800px;" Endpoint="api/dashboard">
    <DxExtensions>
         <DxUrlState IncludeDashboardIdToUrl="true" IncludeDashboardStateToUrl="true">
        </DxUrlState>
    </DxExtensions>
</DxDashboard>

Inheritance

Object
ComponentBase
DevExpress.DashboardBlazor.Native.DxSettingsComponent
DxUrlState
See Also