EditorFilteringAttribute.UseRelative property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Gets or sets a value indicating whether to use relative comparisons, like GT/LT.

public bool UseRelative { get; set; }

Property Value

true if should use relative comparisons; otherwise, false.

See Also