Declares client constants that contain the names of the CardView's default commands executed through callbacks.
declare class ASPxClientCardViewCallbackCommand
function OnCustomCommand(s, e) {
switch(e.command) {
case "command1":
// your code
break;
case "command2":
// your code
break;
}
}