Skip to main content
Bar

TabFormControl.AllowTransition Property

Gets whether switching between tab pages is actually animated.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
[Browsable(false)]
public bool AllowTransition { get; }

Property Value

Type Description
Boolean

true if the tab form actually uses animation effects when switching between tabs; otherwise, false.

Remarks

To specify whether the tab form uses animation effects when switching between tabs, use the AllowTransition setting, accessible through the TabFormControl.Transition property.

See Also