Skip to main content

RepositoryItemTokenEdit.TokenGlyphLocation Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.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