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

TransitionManager.GetTransition<T>(Control) Method

Returns the type of the transition associated with the spceified control and converted to the specified type.

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public T GetTransition<T>(
    Control control
)
    where T : BaseTransition

Parameters

Name Type Description
control Control

A control for which to return the associated transition type.

Type Parameters

Name Description
T

The type to which to convert to the associated transition type.

Returns

Type Description
T

The transition type associated with the spceified control.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the GetTransition<T>(Control) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also