QueryDisplayTextEventArgs Class
Provides data for the RepositoryItemPopupContainerEdit.QueryDisplayText and RepositoryItemPopupGalleryEdit.QueryDisplayText events.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
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.
See Also