Skip to main content

FilterChipGroupItemBase.ShowValueCounts Property

Gets or sets whether chips display the number of items that meet the filter criteria. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public bool ShowValueCounts { get; set; }

Property Value

Type Description
Boolean

true to display value count in chips; otherwise false.

See Also