Back to Devexpress

CheckedComboBoxEdit.QueryResultValue Event

windowsforms-devexpress-dot-xtraeditors-dot-checkedcomboboxedit-d0856b6b.md

latest1.5 KB
Original Source

CheckedComboBoxEdit.QueryResultValue Event

This event is not supported by the CheckedComboBoxEdit class.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public event QueryResultValueEventHandler QueryResultValue
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Event QueryResultValue As QueryResultValueEventHandler

Event Data

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

PropertyDescription
ValueGets or sets the editor value.

See Also

CheckedComboBoxEdit Class

CheckedComboBoxEdit Members

DevExpress.XtraEditors Namespace