dashboard-js-devexpress-dot-dashboard-9881dc5e.md
A Date Filter’s underlying widget that provides the Date Filter’s functionality.
export class DateFilterWidget
Initializes a new instance of the DateFilterWidget class with specified settings.
constructor(
element: HTMLElement,
viewerOptions: any,
boundaryElementContainer: HTMLElement
)
| Name | Type |
|---|---|
| element | HTMLElement |
| viewerOptions | any |
| boundaryElementContainer | HTMLElement |
Gets a calendar widget that you can use to set a start date.
get calendarFrom(): DevExpress.ui.dxCalendar
| Type | Description |
|---|---|
| dxCalendar |
An underlying widget (dxCalendar that allows you set a start date.
|
Gets a calendar widget that you can use to set an end date.
get calendarTo(): DevExpress.ui.dxCalendar
| Type | Description |
|---|---|
| dxCalendar |
An underlying widget (dxCalendar that allows you set an end date.
|
Gets a ButtonGroup widget that contains a set of toggle buttons you can use to switch between date ranges.
datePickerButton: DevExpress.ui.dxButtonGroup
| Type | Description |
|---|---|
| dxButtonGroup |
An underlying widget (dxButtonGroup) used as a mode switcher in the DateFilter dashboard item.
|
Provides access to the quick filters.
quickButtons: Array<DevExpress.ui.dxButtonGroup>
| Type | Description |
|---|---|
| dxButtonGroup[] |
An array of underlying widgets (dxButtonGroup) used as quick filters in the DateFilter dashboard item.
|
Disposes of all resources associated with this DateFilterWidget.
dispose(): void
Specifies a container where the item content is rendered.
element(): DevExpress.Dashboard.DxElement
| Type | Description |
|---|---|
| DxElement |
A container where the item content is rendered. It is an HTML Element or a jQuery Element when you use jQuery.
|