Back to Devexpress

RepositoryItemTokenEdit.TokenGlyphLocation Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtokenedit-dc53dd25.md

latest2.1 KB
Original Source

RepositoryItemTokenEdit.TokenGlyphLocation Property

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

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(TokenEditGlyphLocation.Default)]
[DXCategory("Appearance")]
public TokenEditGlyphLocation TokenGlyphLocation { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(TokenEditGlyphLocation.Default)>
Public Property TokenGlyphLocation As TokenEditGlyphLocation

Property Value

TypeDefaultDescription
DevExpress.XtraEditors.TokenEditGlyphLocationDefault

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

ShowTokenGlyph

RepositoryItemTokenEdit Class

RepositoryItemTokenEdit Members

DevExpress.XtraEditors.Repository Namespace