Back to Devexpress

TabbedGroup.Transition Property

windowsforms-devexpress-dot-xtralayout-dot-tabbedgroup.md

latest2.0 KB
Original Source

TabbedGroup.Transition Property

Provides access to state animation parameters.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public XtraTabControlTransition Transition { get; }
vb
<DXCategory("Appearance")>
Public ReadOnly Property Transition As XtraTabControlTransition

Property Value

TypeDescription
DevExpress.XtraTab.XtraTabControlTransition

A DevExpress.XtraTab.XtraTabControlTransition object that specifies state animation parameters.

|

Remarks

To specify whether the tabbed group uses animation effects when switching between tabs, use the AllowTransition setting accessible through the Transition property. If the AllowTransition property is set to Default , the behavior is controlled by the WindowsFormsSettings.AnimationMode global setting. If the global setting is set to EnableAll , the tab pages are changed using animation. Otherwise, the animation is disabled. Use the AllowTransition property to override the global setting for the current tabbed group, and explicitly specify whether to use animation.

If animation is enabled, you can also specify its type and parameters using the TransitionType property accessible through the Transition setting.

See Also

AnimationMode

TabbedGroup Class

TabbedGroup Members

DevExpress.XtraLayout Namespace