Skip to main content

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

public bool IsTokenIconVisible { get; set; }

Property Value

Type Description
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