Skip to main content
A newer version of this page is available. .
All docs
V21.2

DxDashboard Members

A Dashboard component.

Constructors

Name Description
DxDashboard() Initializes a new instance of the DxDashboard class.

Properties

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 the data limitation mode that restricts the amount of visible data.
LoadDefaultDashboard Specifies whether the default dashboard should be loaded from dashboard storage.
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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
DashboardIdChanged Fires after the dashboard identifier is changed.
WorkingModeChanged Fires after the working mode is changed.
See Also