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 |
|
See Also