Skip to main content

dxTokenEditDefaultInnerEditMinWidth Constant

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

Declaration

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