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

OptionsNavPane.IsAnimationInProgress Property

Gets whether the control is being expanded or collapsed.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

Declaration

[Browsable(false)]
public bool IsAnimationInProgress { get; }

Property Value

Type Description
Boolean

true if the control is being expanded or collapsed.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to IsAnimationInProgress
WinForms Controls NavBarControl
.OptionsNavPane.IsAnimationInProgress
Reporting XRDesignToolBox
.OptionsNavPane.IsAnimationInProgress

Remarks

In the NavigationPane paint style, the NavBarControl can be minimized to save space and then restored if necessary. A sliding animation effect is used to indicate the control’s expansion state being changed. During animation, the IsAnimationInProgress property returns true. To control the animation rate, use the OptionsNavPane.AnimationFramesCount property.

See Also