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

IDocumentSelectorDefaultProperties.ActualSwitchDocumentAnimationMode Property

Gets the current animation type for this Content Container.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

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