Back to Devexpress

CompatibilitySettings.UseFriendlyDateRangePresentation Property

corelibraries-devexpress-dot-xpf-dot-core-dot-compatibilitysettings-63ef374c.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Packages : DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

csharp
public static bool UseFriendlyDateRangePresentation { get; set; }
vb
Public Shared Property UseFriendlyDateRangePresentation As Boolean

Property Value

TypeDescription
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:

See Also

CompatibilitySettings Class

CompatibilitySettings Members

DevExpress.Xpf.Core Namespace