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

CheckBoxFilterElement Class

A check box filter element that allows a user to filter by boolean values.

Namespace: DevExpress.Xpf.Core.FilteringUI

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

Declaration

public class CheckBoxFilterElement :
    FilterElement

Remarks

The image below shows a check box filter element:

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