Back to Devexpress

OfficeNavigationBar.AnimateItemPressing Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-officenavigationbar-1107b5e4.md

latest1.3 KB
Original Source

OfficeNavigationBar.AnimateItemPressing Property

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

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool AnimateItemPressing { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Behavior")>
Public Property AnimateItemPressing As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

OfficeNavigationBar Class

OfficeNavigationBar Members

DevExpress.XtraBars.Navigation Namespace