Skip to main content
All docs
V18.2

ASPxClientDashboardDataLoadingErrorEventArgs Methods

Provides data for the ASPxClientDashboardViewer.DataLoadingError event.
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.
GetError() Allows you to obtain the displayed error message.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
IsErrorMessageShown() Allows you to determine whether the error message will be shown.
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.
SetError(String) Allows you to specify the displayed error message.
ShowErrorMessage(Boolean) Allows you to specify whether to show the error message.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also