Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TransitionManager Events
Show Inherited Hide Inherited

Allows you to implement animated transitions between control states.
Name Description
AfterTransitionEnds Serves as a notification event that an animated transition between a control’s states is complete.
BeforeTransitionStarts Allows you to perform custom actions before a transition between control states starts, or allows you to cancel the transition.
CaptureTransitionImage
CustomTransition Allows you to customize an animated state transition.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
See Also