AutoCompleteTokenEdit.IconMember Property
In This Article
Gets or sets the data source member that contains token icons. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public string IconMember { get; set; }
#Property Value
Type | Description |
---|---|
String | The name of the data source field. |
#Remarks
Enable the TokenEdit.IsTokenIconVisible property to show token icons.
See Also