title String (default: null)

Defines the title attribute value for the Notification wrapper.

Example

<span id="notification"></span>
<script>
    $("#notification").kendoNotification({
        title: "Custom title"
    });
    $("#notification").getKendoNotification().show("Kendo Notification");
</script>
In this article