windowsforms-devexpress-dot-xtraeditors-dot-controls-6756ad13.md
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
public class QueryDisplayTextEventArgs :
EventArgs
Public Class QueryDisplayTextEventArgs
Inherits EventArgs
QueryDisplayTextEventArgs is the data class for the following events:
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.
Object EventArgs QueryDisplayTextEventArgs
See Also
QueryDisplayTextEventArgs Members
RepositoryItemPopupContainerEdit.QueryDisplayText