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

ExcelStyleFilterElement Class

An Excel-style filter element.

Namespace: DevExpress.Xpf.Core.FilteringUI

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

Declaration

public class ExcelStyleFilterElement :
    FilterElement

Remarks

The image below shows an Excel-style filter element:

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

The ExcelStyleFilterElement consists of two tabs. The first tab allows a user to apply filter conditions. The second tab provides an Excel-style checklist.

See Also