Skip to main content

ASPxClientGridViewSelectionEventArgs.isSelected Property

Gets whether the row has been selected.

#Declaration

TypeScript
isSelected: boolean

#Property Value

Type Description
boolean

true if the row has been selected; otherwise, false.

#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