TabFormControl.AllowTransition Property
Gets whether switching between tab pages is actually animated.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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