FilterChipGroupItemBase.ShowValuesOutOfFilter Property
In This Article
Gets or sets whether the chip group contains items that do not meet the applied filter query. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public bool ShowValuesOutOfFilter { get; set; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also