PredefinedFilterCheckedChipGroupItem.Filters Property
In This Article
Gets the collection of predefined filters that are available in the current PredefinedFilterCheckedChipGroupItem.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public PredefinedFilterCollection Filters { get; }
#Property Value
Type | Description |
---|---|
Predefined |
The collection of predefined filters. |
See Also