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.v18.2.dll

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