DxDashboardModel Properties
Exposes members of the underlying DxDashboard component.Name | Description |
---|---|
AllowMaximizeItems | Specifies whether users can maximize dashboard items. |
ChildContent | Specifies Dashboard content. |
ComponentType | |
DashboardId | Specifies the identifier of the dashboard to be opened in the Dashboard component. |
DashboardIdChanged | Fires after the dashboard identifier is changed. |
EncodeHtml | Specifies whether the DxDashboard’s value and element content are rendered as HTML or if HTML markers are omitted. |
Endpoint | Specifies the URL that the Dashboard component uses to send data requests to a server. |
InitialDashboardId |
Specifies the identifier of the dashboard that is loaded to DxDashboard before the component is rendered.
|
InitialDashboardState |
Specifies the state of the dashboard that is loaded to 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. |
WorkingModeChanged | Fires after the working mode is changed. |
See Also