RadioListFilterElement Class
A radio list filter element that allows a user to select one filter value from a set.
Namespace: DevExpress.Xpf.Core.FilteringUI
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Remarks
Tip
Topic: Filter Elements
Overview
The image below shows a radio list filter element:
<dxg:GridControl x:Name="grid" ... />
<!-- ... -->
<dxfui:RadioListFilterElement Context="{Binding FilteringContext, ElementName=grid}" FieldName="Doors" />
FilterModelTemplate Property
Use the FilterElement.FilterModelTemplate property to specify the filter element template.
Tip
Data Context (Binding Source): RadioListFilterModel
ShowCounts Property
The RadioListFilterElement shows the record count next to filter values:
Set the FilterElement.ShowCounts property to false to not show counts.
Inheritance
See Also