Skip to main content

FilterListPickerItemBase.ShowValueCounts Property

Gets or sets whether list items include the number of subitems 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 include value count in list items; otherwise false.

See Also