New to Kendo UI for jQueryStart a free 30-day trial

Visible

methods

Checks whether the actionsheet is visible

Returns:Boolean

True when the actionsheet is visible

<div id="actionsheet">CONTENT</div>
<script>
    var actionsheet = $("#actionsheet").kendoActionSheet().data("kendoActionSheet");
    /* The result can be observed in the DevTools(F12) console of the browser. */
    console.log(actionsheet.visible());
</script>
Not finding the help you need?
Contact Support