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

Transition.Control Property

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

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v21.2.dll

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

Declaration

public Control Control { get; set; }

Property Value

Type Description
Control

The control whose navigation is animated by this Transition object.

See Also