Skip to main content
A newer version of this page is available. .

NavBarViewBase.AnimateGroupExpansion Property

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

Namespace: DevExpress.Xpf.NavBar

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.NavBar, DevExpress.Wpf.Navigation

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