Back to Devexpress

ASPxClientCardViewCallbackCommand Class

aspnet-js-aspxclientcardviewcallbackcommand.md

latest905 B
Original Source

ASPxClientCardViewCallbackCommand Class

Declares client constants that contain the names of the CardView’s default commands executed through callbacks.

Declaration

ts
declare class ASPxClientCardViewCallbackCommand

Remarks

js
function OnCustomCommand(s, e) {
    switch(e.command) {
        case "command1":
            // your code
            break;
        case "command2":
            // your code
            break;
    }
}

Online Demo

See Also

ASPxClientCardViewCallbackCommand Members