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

RepositoryItemCheckedComboBoxEdit.QueryDisplayText Event

This event is not supported by the RepositoryItemCheckedComboBoxEdit class.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(false)]
public event QueryDisplayTextEventHandler QueryDisplayText

Event Data

The QueryDisplayText event's data class is QueryDisplayTextEventArgs. The following properties provide information specific to this event:

Property Description
DisplayText Gets or sets the text to display in the edit box.
EditValue Gets the current edit value.
See Also