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

CheckedComboBoxEdit.QueryDisplayText Event

This event is not supported by the CheckedComboBoxEdit class.

Namespace: DevExpress.XtraEditors

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