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

CustomDisplayTextEventArgs Constructors

Provides data for the BaseEdit.CustomDisplayText event.
Name Parameters Description
CustomDisplayTextEventArgs() none Initializes a new instance of the CustomDisplayTextEventArgs class with default settings.
CustomDisplayTextEventArgs(RoutedEvent, Object) routedEvent, source Initializes a new instance of the CustomDisplayTextEventArgs class with the specified routed event and source.
CustomDisplayTextEventArgs(RoutedEvent) routedEvent Initializes a new instance of the CustomDisplayTextEventArgs class with the specified routed event.
See Also