ASPxClientDashboardItemEventArgs Class
Serves as the base class for classes that provide data for client-side events related to dashboard items.
Declaration
declare class ASPxClientDashboardItemEventArgs extends ASPxClientEventArgs
Remarks
Warning
A use of ASPxClientDashboard API reduces flexibility when you configure the control. The DashboardControl underlies the ASPxClientDashboard object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the DashboardControl API to configure the Web Dashboard on the client. More information: Client-Side Functionality.
Inherited Members
Inheritance
Properties
ItemName Property
Gets the component name of the dashboard item.
Declaration
ItemName: string
Property Value
| Type | Description |
|---|---|
| string | A string value that is the component name of the dashboard item. |
Methods
IsNullValue(value) Method
Returns whether the specified value is null.
Declaration
IsNullValue(
value: any
): boolean
Parameters
| Name | Type | Description |
|---|---|---|
| value | any | The specified value. |
Returns
| Type | Description |
|---|---|
| boolean | true, if the specified value is null; otherwise, false. |
IsOthersValue(value) Method
Returns whether the specified value is ‘others’.
Declaration
IsOthersValue(
value: any
): boolean
Parameters
| Name | Type | Description |
|---|---|---|
| value | any | The specified value. |
Returns
| Type | Description |
|---|---|
| boolean | true if the specified value is ‘others’; otherwise, false. |