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

FilterControl.ShowDateTimeOperators Property

Gets or sets whether date-time specific operators are available for date-time fields. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.Filtering

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public bool ShowDateTimeOperators { get; set; }

Property Value

Type Description
Boolean

true if date-time specific operators are available for date-time fields; otherwise, false

Remarks

These operators include: BeyondThisYear, LaterThisYear, Tomorrow, Today, Yesterday, LastWeek, etc.

See Also