AutoCompleteTokenEdit.IconMember Property
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
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