constructor(visibleIndex) Constructor
Initializes a new instance of the ASPxClientCardViewSelectionEventArgs class.
Declaration
constructor(
visibleIndex: number
)
Parameters
Name | Type | Description |
---|---|---|
visibleIndex | number | The visible index of the card whose selected state has been changed. This value is assigned to the ASPxClientCardViewSelectionEventArgs.visibleIndex property. |
See Also