Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DxTagBox<TData, TValue> Events
Show Inherited Hide Inherited

An editor that allows users to select multiple items (tags) from the drop-down list.
Name Description
DropDownVisibleChanged Fires when an editor’s drop-down window visibility is changed. Inherited from DxDropDownListEditorBase<TData, TValue>.
SelectedDataItemsChanged Fires when selection changes.
SelectedItemsChanged Fires after the selection changes.
TagsChanged Fires after the Tags collection changed.
ValuesChanged Fires after a collection of selected values changes.
See Also