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

CalendarFilterElement Class

A calendar filter element that allows a user to filter by date values.

Namespace: DevExpress.Xpf.Core.FilteringUI

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

Declaration

public class CalendarFilterElement :
    FilterElement

Remarks

The image below shows a calendar filter element:

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