ASPxClientGridViewSelectionEventArgs.isSelected Property
Gets whether the row has been selected.
Declaration
isSelected: boolean
Property Value
| Type | Description |
|---|---|
| boolean |
|
Remarks
Note that if the selection has been changed on the server ( the ASPxClientGridViewSelectionEventArgs.isChangedOnServer property returns true) the isSelected property is not in effect. It returns false in any case. To learn more, see the ASPxClientGridView.SelectionChanged event description.
See Also