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

CompatibilitySettings.UseFriendlyDateRangePresentation Property

Gets or sets whether the Between Dates and On Dates date operators are used.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Data.Desktop.v20.2.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.WindowsDesktop.DataDesktop

Declaration

public static bool UseFriendlyDateRangePresentation { get; set; }

Property Value

Type Description
Boolean

true, to use the Between Dates and On Dates date operators; otherwise, false.

Remarks

Starting from v18.2, you can use the Between Dates and On Dates operators to optimize expressions.

The following image shows how to use these date operators in the Filter Editor:

NewDateOperators

See Also