windowsforms-devexpress-dot-xtraeditors-dot-controls-1208631f.md
Provides data for the RepositoryItem.CustomDisplayText event.
Namespace : DevExpress.XtraEditors.Controls
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class CustomDisplayTextEventArgs :
EventArgs
Public Class CustomDisplayTextEventArgs
Inherits EventArgs
CustomDisplayTextEventArgs is the data class for the following events:
| Library | Related API Members |
|---|---|
| WinForms Controls | BaseEdit.CustomDisplayText |
| HtmlContentPopup.CustomDisplayText | |
| RepositoryItem.CustomDisplayText | |
| Dashboard | DateFilterControl.CustomDisplayText |
Use the RepositoryItem.CustomDisplayText event to provide custom display text for an editor when it’s not focused. This event takes a CustomDisplayTextEventArgs object as a parameter containing data for the event.
Object EventArgs CustomDisplayTextEventArgs
See Also