ASPxClientCardViewSelectionEventArgs.isChangedOnServer Property
In This Article
Gets whether a selection has been changed on the server.
#Declaration
TypeScript
isChangedOnServer: boolean
#Property Value
Type | Description |
---|---|
boolean |
|
#Remarks
To select or unselect cards on the server-side, use the methods provided by the CardViewSelection object returned by the ASPxCardView.Selection property. To learn more, see Selection.
Note
If the selection has been changed on the server (the ASPx
property returns true
) the ASPx
See Also