FilterChipGroupItemBase.ItemsSource Property
In This Article
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
C#
public object ItemsSource { get; set; }
#Property Value
Type | Description |
---|---|
System. |
An object that contains items. |
See Also