Skip to main content
All docs
V26.1
  • Transition.Control Property

    Gets or sets the control whose navigation is animated by this Transition object.

    Namespace: DevExpress.Utils.Animation

    Assembly: DevExpress.Utils.v26.1.dll

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

    Declaration

    [DefaultValue(null)]
    public Control Control { get; set; }

    Property Value

    Type Default Description
    Control null

    The control whose navigation is animated by this Transition object.

    See Also