New to KendoReact? Learn about KendoReact Free.
FloatingActionButtonPositionMode
Specifies the position mode of the Floating Action Button. It is based on the CSS position rule.
- The possible values are:
- 'absolute' (Default)
- 'fixed'
type
FloatingActionButtonPositionMode = "absolute" | "fixed";