New to Kendo UI for Angular? Start a free 30-day trial
IconShowOptions
Specifies whether the Success or Error icons will be shown (see examples).
The possible values are:
initial(Default) —Gives an initial, built-in control of the icons.boolean—The icon is displayed, if the condition given by the developer is met.
type IconShowOptions = "initial" | boolean;