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

Transition Members

An object that animates the target control.

Constructors

Name Description
Transition() Initializes a new Transition instance with the default settings.

Properties

Name Description
BarWaitingIndicatorProperties Provides access to Bar indicator settings. This indicator is active when the WaitingAnimatorType is set to “Bar”.
Control Gets or sets the control whose navigation is animated by this Transition object.
EasingMode Gets or sets the mathematical algorithm that specifies the speed and acceleration mode for the Transition animation effects.
LineWaitingIndicatorProperties Provides access to Bar indicator settings. This indicator is active when the WaitingAnimatorType is set to “Line”.
RingWaitingIndicatorProperties Provides access to Bar indicator settings. This indicator is active when the WaitingAnimatorType is set to “Ring”.
ShowWaitingIndicator Gets or sets whether this Transition should display a waiting indicator until its animation starts. Use the WaitingAnimatorType property to specify the waiting indicator type.
TransitionType Gets or sets the type of animation effect applied by this Transition. This property accepts “…Transition” objects from the DevExpress.Utils.Animation namespace.
WaitingAnimatorType Gets or sets the Wait Indicator type - bar, ring, or line. Wait Indicators are visible when the ShowWaitingIndicator property is enabled.
WaitingIndicatorProperties Provides access to common Wait Indicator settings. Wait Indicators are visible when the ShowWaitingIndicator property is enabled.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also