New to Kendo UI for Angular? Start a free 30-day trial
ButtonFillMode
Represents the possible fillMode options of the buttons.
type
ButtonFillMode = "solid" | "flat" | "outline" | "link" | "clear" | "none";