New to Kendo UI for AngularStart 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";

Not finding the help you need?
Contact Support