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

DateFilterWidget Class

A Date Filter’s underlying widget that provides the Date Filter’s functionality.

Declaration

export class DateFilterWidget

constructor(element, viewerOptions, boundaryElementContainer)

Initializes a new instance of the DateFilterWidget class with specified settings.

Declaration

constructor(
    element: HTMLElement,
    viewerOptions: any,
    boundaryElementContainer: HTMLElement
)

Parameters

Name Type
element HTMLElement
viewerOptions any
boundaryElementContainer HTMLElement

Properties

calendarFrom Property

A calendar widget that you can use to set a start date.

Declaration

calendarFrom: dxCalendar

Property Value

Type Description
dxCalendar

A Calendar widget that allows you set a start date.

calendarTo Property

A calendar widget that you can use to set an end date.

Declaration

calendarTo: dxCalendar

Property Value

Type Description
dxCalendar

A Calendar widget that allows you set an end date.

datePickerButton Property

Declaration

datePickerButton: dxButtonGroup

Property Value

Type
dxButtonGroup

quickButtons Property

Declaration

quickButtons: Array<dxButtonGroup>

Property Value

Type
Array<dxButtonGroup>

Methods

element Method

Declaration

element(): JQuery<HTMLElement> & Element

Returns

Type
JQuery<HTMLElement> & Element