Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    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