New to Kendo UI for Angular? Start a free 30-day trial
FloatingLabelPosition
Represents the type of the labelPosition field and the parameter of the positionChange event. The union cannot be used for setting the position of the FloatingLabel. See example.
The possible values are:
Out
—Indicates that the FloatingLabel is outside the component it is associated with.In
—Indicates that the FloatingLabel is inside the component it is associated with.
type
FloatingLabelPosition = "Out" | "In";