Back to Devexpress

CustomDisplayTextEventArgs Class

windowsforms-devexpress-dot-xtraeditors-dot-controls-1208631f.md

latest2.2 KB
Original Source

CustomDisplayTextEventArgs Class

Provides data for the RepositoryItem.CustomDisplayText event.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class CustomDisplayTextEventArgs :
    EventArgs
vb
Public Class CustomDisplayTextEventArgs
    Inherits EventArgs

CustomDisplayTextEventArgs is the data class for the following events:

LibraryRelated API Members
WinForms ControlsBaseEdit.CustomDisplayText
HtmlContentPopup.CustomDisplayText
RepositoryItem.CustomDisplayText
DashboardDateFilterControl.CustomDisplayText

Remarks

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.

Inheritance

Object EventArgs CustomDisplayTextEventArgs

See Also

CustomDisplayTextEventArgs Members

CustomDisplayText

DevExpress.XtraEditors.Controls Namespace