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

ToolboxControl.SearchTextChanged Event

Fires when the text in the search box is changed.

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Events")]
public event ToolboxSearchTextChangedEventHandler SearchTextChanged

#Event Data

The SearchTextChanged event's data class is DevExpress.XtraToolbox.ToolboxSearchTextChangedEventArgs.

#Remarks

The SearchTextChanged event fires when the text in the toolbox search box is changed. The ToolboxSearchTextChangedEventArgs.Text property returns the current search request. The Result property returns the collection of toolbox items that correspond to the search request.

See Also