Skip to main content

WindowsUIView.IsTransitionAnimationInProgress Property

Gets whether transition animation is currently running within this WindowsUIView.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Boolean

true if transition animation is currently running within this WindowsUIView; otherwise, false.

Remarks

PageGroup containers can display only one Document at a time. Navigating from one Document to another is coupled with animation effects. To set whether this transition animation is enabled for all PageGroups within the WindowsUIView, use the WindowsUIView.UseTransitionAnimation property.

If the navigation animation is enabled, you can use the IPageGroupProperties.SwitchDocumentAnimationMode property to specify its type (fade in, horizontal or vertical slide) or the IPageGroupProperties.SwitchDocumentAnimationFrameInterval and IPageGroupProperties.SwitchDocumentAnimationFramesCount properties to specify its duration.

See Also