Skip to main content
A newer version of this page is available. .

ChipGroup.ItemsSource Property

Gets or sets a data source that contains chips for this group. Use the DisplayMember and IconMember properties to specify data source fields that contain the text and icon for chips.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public IEnumerable ItemsSource { get; set; }

Property Value

Type Description
IEnumerable

An object that contains items.

See Also