Skip to main content

FilterChipGroupItemBase.ItemsSource Property

Gets or sets a data source that contains chips for this group. Use the DisplayMember property to specify data source fields that contain the text for chips. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public object ItemsSource { get; set; }

Property Value

Type Description
Object

An object that contains items.

See Also