Back to Devexpress

RepositoryItemCheckedComboBoxEdit.QueryResultValue Event

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemcheckedcomboboxedit-fcb86c63.md

latest1.8 KB
Original Source

RepositoryItemCheckedComboBoxEdit.QueryResultValue Event

This event is not supported by the RepositoryItemCheckedComboBoxEdit class.

Namespace : DevExpress.XtraEditors.Repository

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

RepositoryItemCheckedComboBoxEdit Class

RepositoryItemCheckedComboBoxEdit Members

DevExpress.XtraEditors.Repository Namespace