DxDashboard Properties
A Dashboard component.Name | Description |
---|---|
AllowMaximizeItems | Specifies whether users can maximize dashboard items. |
DashboardId | Specifies the identifier of the dashboard to be opened in the Dashboard component. |
EncodeHtml | Specifies whether the DxDashboard’s value and element content are rendered as HTML or if HTML markers are omitted. |
Endpoint | Specifies the URL the Dashboard component uses to send data requests to a server. |
InitialDashboardId | Specifies the identifier of the dashboard to be loaded to the DxDashboard before the component is rendered. |
InitialDashboardState | Specifies the state of the dashboard to be loaded to the DxDashboard before the component is rendered. |
LimitVisibleDataMode | Specifies a data limitation mode that allows you to display a reduced form of visible data. |
LoadDefaultDashboard | Specifies whether the default dashboard should be loaded from dashboard storage. |
Nonce | Specifies the nonce value. |
ResizeByTimer | Specifies whether to redraw the Dashboard component when the size of its container changes. |
ShowConfirmationOnBrowserClosing | Specifies whether to show a warning in a browser if a user attempts to leave the page with unsaved data. |
UseCardLegacyLayout | Specifies whether to enable the legacy card layout used before v17.1. |
UseNeutralFilterMode | Specifies whether to show all items in the filter elements deselected by default. |
WorkingMode | Specifies the Dashboard component’s working mode. |
See Also