Back to Devexpress

QueryDisplayTextEventArgs Class

windowsforms-devexpress-dot-xtraeditors-dot-controls-6756ad13.md

latest3.1 KB
Original Source

QueryDisplayTextEventArgs Class

Provides data for the RepositoryItemPopupContainerEdit.QueryDisplayText and RepositoryItemPopupGalleryEdit.QueryDisplayText events.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

QueryDisplayTextEventArgs is the data class for the following events:

Remarks

The RepositoryItemPopupContainerEdit.QueryDisplayText and RepositoryItemPopupGalleryEdit.QueryDisplayText events allow you to specify custom display text for the PopupContainerEdit and PopupGalleryEdit controls. The QueryDisplayTextEventArgs class provides the QueryDisplayTextEventArgs.DisplayText property that specifies the text to display within the edit box. The QueryDisplayTextEventArgs.EditValue property allows you to obtain the current edit value.

Inheritance

Object EventArgs QueryDisplayTextEventArgs

See Also

QueryDisplayTextEventArgs Members

RepositoryItemPopupContainerEdit.QueryDisplayText

RepositoryItemPopupGalleryEdit.QueryDisplayText

DevExpress.XtraEditors.Controls Namespace