New to Kendo UI for Vue? Start a free 30-day trial
AppBarPositionMode
Specifies the positionMode of the AppBar (see example).
- The possible values are:
- 'static' (Default)
- 'sticky'
- 'fixed'
type
AppBarPositionMode = "static" | "sticky" | "fixed";