Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public class RadioListFilterElement :
    FilterElement

Remarks

The image below shows a radio list filter element:

<dxg:GridControl x:Name="grid" ... />
<!-- ... -->
<dxfui:RadioListFilterElement Context="{Binding FilteringContext, ElementName=grid}" FieldName="Doors" /> 
See Also