New to KendoReact? Learn about KendoReact Free.
ExpandDirection
Updated on Oct 30, 2025
Specifies the direction of the Expand Animation (see example).
The supported directions are:
- (Default) vertical—Expands the content from center to top and bottom, and vice-versa.
- horizontal—Expands the content from center to left and right, and vice-versa.
type ExpandDirection = "horizontal" | "vertical";