ChipGroup.IconMember Property
Gets or sets the data field that specifies the icon displayed in chips in this group. 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 data field name. |
See Also