Skip to main content

IDocumentSelectorDefaultProperties.ActualSwitchDocumentAnimationMode Property

Gets the current animation type for this Content Container.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

TransitionAnimation ActualSwitchDocumentAnimationMode { get; }

Property Value

Type Description
DevExpress.XtraBars.Docking2010.Customization.TransitionAnimation

A TransitionAnimation enumerator value that specifies the current animation type for this Content Container.

Remarks

The ActualSwitchDocumentAnimationMode property gets the current animation used within this container. See the IDocumentSelectorDefaultProperties.SwitchDocumentAnimationMode and IDocumentSelectorProperties.SwitchDocumentAnimationMode properties to learn more.

See Also