FilterEditorControl.ShowCounts Property
Gets or sets whether the FilterEditorControl shows the record count next to filter values in the drop-down list.
Namespace: DevExpress.Xpf.Core.FilteringUI
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
Nullable<Boolean> | true, to show counts; otherwise, false. |
Remarks
The FilterEditorControl shows the record count next to filter values in the drop-down list:
Set the ShowCounts property to false to not show counts.
See Also