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

FilterValue.IsDateRangePickerFilter Property

Indicates whether the date range picker is used to filter column values.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public bool IsDateRangePickerFilter { get; }

Property Value

Type Description
Boolean

true, if the date range picker is used to filter column values; otherwise, false.

See Also