actionButton.sizeString

The size of the button (e.g., "small", "medium", "large").

Example

<div id="chat"></div>
<script>
$("#chat").kendoChat({
    authorId: "user",
    actionButton: {
        size: "medium"
    }
});
</script>
In this article
actionButton.size
Not finding the help you need?
Contact Support