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

FilterValue.IsCalendarFilter Property

Indicates whether the calendar editor is used to filter column values.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public bool IsCalendarFilter { get; }

Property Value

Type Description
Boolean

true, if the calendar editor is used to filter column values; otherwise, false.

See Also