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

TdxOfficeSearchBoxProperties Events
Show Inherited Hide Inherited

Contains the search box settings.
Name Description
OnButtonClick Allows you to execute custom code when a user clicks an embedded editor button. Inherited from TcxCustomEditProperties.
OnButtonGlyphDrawParameters Allows you to customize the appearance of individual editor button glyphs. Inherited from TcxCustomEditProperties.
OnChange Occurs on changing the value within an editor. Inherited from TcxCustomEditProperties.
OnClosePopup Inherited from TcxCustomEditProperties.
OnDropDownMenuItemAdded Occurs after adding a new item to the list of search results.
OnDropDownMenuItemAdding Occurs before adding a new item to the drop-down menu.
OnDropDownMenuPopulate Occurs after populating the search box’s drop-down menu with items.
OnEditValueChanged Allows you to respond to edit value changes. Inherited from TcxCustomEditProperties.
OnNewLookupDisplayText Allows you to respond to new user input that does not match one of the automatic completion list entries. Inherited from TcxCustomTextEditProperties.
OnPropertiesChanged Occurs on every editor setting change. Inherited from TcxCustomEditProperties.
OnValidate Occurs before converting the display value to the edit value. Inherited from TcxCustomEditProperties.
See Also