IDocumentSelectorDefaultProperties.ActualSwitchDocumentAnimationMode Property
Gets the current animation type for this Content Container.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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