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

OfficeNavigationBar.AnimateItemPressing Property

Gets or sets whether an item press is indicated using an animation effect.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public bool AnimateItemPressing { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if an item press is indicated using an animation effect; otherwise, false.

See Also