Skip to main content
A newer version of this page is available. .

ASPxClientCardViewSelectionEventArgs.isSelected Property

Gets whether the card has been selected.

Declaration

isSelected: boolean

Property Value

Type Description
boolean

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

Remarks

Note that if the selection has been changed on the server ( the ASPxClientCardViewSelectionEventArgs.isChangedOnServer property returns true) the isSelected property is not in effect. It returns false in any case. To learn more, see the ASPxClientCardView.SelectionChanged event description.

See Also