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.CloseGlyphPosition Property

Specifies the position and availability of the Close glyph within a token box.

#Declaration

Delphi
property CloseGlyphPosition: TdxTokenEditElementPosition read; write; default teepRight;

#Property Value

Type Default
TdxTokenEditElementPosition teepRight

#Remarks

Clicking on the Close glyph raises the OnTokenDelete event and removes the respective token box from the token editor. You can use the CloseGlyphPosition property to show, hide, or change the Close glyph position in all token boxes.

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

Note

To hide, display, or change the visibility of glyphs or images assigned to tokens within the token editor, use the GlyphPosition property.

The default value of the CloseGlyphPosition property is teepRight.

See Also