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

TdxTokenEditProperties.GlyphPosition Property

Specifies the position of assigned glyphs or images within token boxes.

#Declaration

Delphi
property GlyphPosition: TdxTokenEditElementPosition read; write; default teepLeft;

#Property Value

Type Default
TdxTokenEditElementPosition teepLeft

#Remarks

You can use this property to hide, display, or change the positioning of all assigned glyphs (or associated images within an image collection if no glyphs are assigned) assigned to token boxes within the token editor.

For detailed information on available options, refer to the TdxTokenEditElementPosition type description.

To hide, display, or change the positioning of the Close glyphs in all token boxes, use the CloseGlyphPosition property.

The default value of the GlyphPosition property is teepLeft.

See Also