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