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

dxTokenEditDefaultFadeFrameCount Constant

Specifies the default number of frames in the fade animation applied to the background of the hot-tracked token box.

#Declaration

Delphi
const dxTokenEditDefaultFadeFrameCount: Integer = 5;

#Returns

Type
Integer

#Remarks

The hot-tracked token box is distinctively painted within the token box. When an end-user moves the mouse cursor out from the token box, the token background fade out animation is played after the number of milliseconds specified by the dxFadeOutDefaultAnimationFrameDelay global constant.

See Also