Skip to main content
A newer version of this page is available. .

RepositoryItemTokenEdit.TokenGlyphLocation Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(TokenEditGlyphLocation.Default)]
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