Back to Devexpress

TdxTokenEditElementPosition Enum

vcl-dxtokenedit-57fbc0bd.md

latest1.6 KB
Original Source

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:

ValueDescriptionGlyphClose Glyph
teepNoneA visual element is hidden within the token box.
teepLeftA visual element is positioned at the left border of a token box.
teepRightA 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

dxTokenEdit Unit