ASPxClientDashboardItemMasterFilterStateChangedEventArgs Class
Provides data for the ASPxClientDashboard.ItemMasterFilterStateChanged event.
Declaration
declare class ASPxClientDashboardItemMasterFilterStateChangedEventArgs extends ASPxClientDashboardItemEventArgs
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.
Inheritance
ASPxClientEventArgs
ASPxClientDashboardItemEventArgs
ASPxClientDashboardItemMasterFilterStateChangedEventArgs
Properties
Values Property
Gets the currently selected values.
Declaration
Values: object[][]
Property Value
Type | Description |
---|---|
object[][] | An array of objects that are the currently selected values. |