New to Kendo UI for Vue? Start a free 30-day trial
InputSeparatorOrientation
Specifies the orientation direction of the InputSeparator.
The possible values are:
vertical
(Default) — InputSeparator is displayed vertically.horizontal
— InputSeparator is displayed horizontally.
type
InputSeparatorOrientation = "horizontal" | "vertical";