Skip to main content
Tab

FilterValue.IsCalendarFilter Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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