Skip to main content
All docs
V23.2
.NET 6.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

DxDashboardModel Members

Exposes members of the underlying DxDashboard component.

Constructors

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

Properties

Name Description
AllowMaximizeItems Specifies whether users can maximize dashboard items.
ChildContent Specifies Dashboard content.
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.

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.
See Also