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

RepositoryItemTokenEdit.TokenGlyphLocation Property

Gets or sets the location of token icons relative to token captions.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(TokenEditGlyphLocation.Default)]
[DXCategory("Appearance")]
public TokenEditGlyphLocation TokenGlyphLocation { get; set; }

#Property Value

Type Default Description
DevExpress.XtraEditors.TokenEditGlyphLocation Default

A DevExpress.XtraEditors.TokenEditGlyphLocation enumerator value that specifies the location of token icons relative to token captions.

#Remarks

You can specify whether tokens should display their glyphs on the left or right side by setting the TokenGlyphLocation property to TokenEditGlyphLocation.Left or TokenEditGlyphLocation.Right respectively. To completely hide token glyphs, set the RepositoryItemTokenEdit.ShowTokenGlyph property to false.

The TokenEditGlyphLocation.Default value acts identically to the TokenEditGlyphLocation.Left value.

See Also