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