Skip to main content

OfficeNavigationBar.AnimateItemPressing Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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