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

WorkspaceManager.AllowTransitionAnimation Property

Gets or sets whether or not changing workspaces within this WorkspaceManager should be followed by animation effects.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean AllowTransitionAnimation { get; set; }

Property Value

Type Default Description
DefaultBoolean **Default**

A DefaultBoolean enumerator value that specifies whether or not changing workspaces within this WorkspaceManager should be followed by animation effects.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Remarks

To set the type of transition effect that will follow (if enabled) switching from one workspace to another, use the WorkspaceManager.TransitionType property.

See Also