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

TdxTokenEditElementPosition Enum

Enumerates available positions of visual elements (images or glyphs) within a token box.

#Declaration

Delphi
TdxTokenEditElementPosition = (
    teepNone,
    teepLeft,
    teepRight
);

#Members

Name
teepNone
teepLeft
teepRight

#Remarks

Options include:

Value Description Glyph Close Glyph
teepNone A visual element is hidden within the token box.
teepLeft A visual element is positioned at the left border of a token box.
teepRight A visual element is positioned at the right border of a token box.

The TdxTokenEditElementPosition type is referenced by the CloseGlyphPosition and GlyphPosition properties provided by the TdxTokenEditProperties class.

See Also