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

CheckedListFilterElement Class

A checked list filter element that allows a user to select multiple filter values from a set.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v18.2.dll

Declaration

public class CheckedListFilterElement :
    FilterElement

Remarks

The image below shows a checked list filter element:

<dxg:GridControl x:Name="grid" ... />
<!-- ... -->
<dxfui:CheckedListFilterElement Context="{Binding FilteringContext, ElementName=grid}" FieldName="TrademarkID" /> 

Use the SelectAllWhenFilterIsNull property to specify whether to select all filter values when the filter is null.

See Also