Skip to main content
All docs
V18.2

ASPxClientDashboardParameter Methods

A client-side dashboard parameter.
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.
GetDefaultValue() Returns a default parameter value.
GetDescription() Returns the parameter’s description displayed to an end-user.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetName() Returns a parameter name.
GetType() Returns a parameter type.
GetValue() Returns a current parameter value(s).
GetValues() Returns possible parameter values.
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.
SetValue(Object) Specifies the current parameter value(s).
ToString() Returns a string that represents the current object. Inherited from Object.
See Also