Skip to main content
A newer version of this page is available. .

QueryDisplayTextEventArgs Class

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public class QueryDisplayTextEventArgs :
    EventArgs

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