Skip to main content

dxOfficeSearchBoxDefaultPathDelimiter Constant

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

Declaration

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