Skip to main content

NavBarViewBase.AnimateGroupExpansion Property

Gets or sets whether expanding/collapsing NavBarGroups within the current View is animated.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v23.2.dll

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public bool AnimateGroupExpansion { get; set; }

Property Value

Type Description
Boolean

true if expanding/collapsing NavBarGroups within the current View is animated; otherwise, false. Default is true.

See Also