New to KendoReact? Learn about KendoReact Free.
AppBarPositionMode
Updated on Sep 5, 2025
Specifies the AppBar position mode (see example).
- The possible values are:
- 'static' (Default)
- 'sticky'
- 'fixed'
type AppBarPositionMode = "static" | "sticky" | "fixed";