ASPxClientCardViewSelectionEventArgs.visibleIndex Property
Gets the visible index of the card whose selected state has been changed.
Declaration
visibleIndex: number
Property Value
| Type | Description |
|---|---|
| number | The card’s visible index. |
Remarks
The visibleIndex property returns -1 in the cases listed below:
- all cards displayed within a page have been selected or unselected (the ASPxClientCardViewSelectionEventArgs.isAllRecordsOnPage property returns
true); - a selection has been changed on the server (the ASPxClientCardViewSelectionEventArgs.isChangedOnServer property returns
true).
See Also