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

dxTokenEditDefaultInnerEditMinWidth Constant

Specifies the minimum width (in pixels) of the token editor‘s space available for the token entry.

#Declaration

Delphi
const dxTokenEditDefaultInnerEditMinWidth: Integer = 50;

#Returns

Type
Integer

#Remarks

The token editor creates a new row for typing new tokens if the free space’s width (i.e., unoccupied by token boxes) in the current row is less than the number of pixels specified by the dxTokenEditDefaultInnerEditMinWidth global constant:

See Also