actionButton.fillModeString

The fill mode for the button (e.g., "flat", "solid", "outline").

Example

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