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

dxOfficeSearchBoxDefaultPathDelimiter Constant

In This Article

Specifies a delimiter character for the default path to a nested item within the control’s drop-down menu.

#Declaration

Delphi
const dxOfficeSearchBoxDefaultPathDelimiter = #8594;

#Remarks

This global constant contains a hexadecimal code that corresponds to the “Rightwards Arrow” character in the UTF-8 table. The GetPaths function uses it if you omit the APathDelimiter optional parameter.

See Also