Back to Devexpress

AutoCompleteTokenEdit.IsTokenIconVisible Property

maui-devexpress-dot-maui-dot-editors-dot-autocompletetokenedit-fcc86313.md

latest1.0 KB
Original Source

AutoCompleteTokenEdit.IsTokenIconVisible Property

Gets or sets whether to show token icons. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public bool IsTokenIconVisible { get; set; }

Property Value

TypeDescription
Boolean

true if token icons are visible; otherwise, false.

|

Remarks

Use the AutoCompleteTokenEdit.IconMember property to specify the data member that contains token icons.

See Also

AutoCompleteTokenEdit Class

AutoCompleteTokenEdit Members

DevExpress.Maui.Editors Namespace