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 |
viewer |
any |
boundary |
HTMLElement |
#Properties
#calendarFrom Property
Gets a calendar widget that you can use to set a start date.
#Declaration
get calendarFrom(): DevExpress.ui.dxCalendar
#Property Value
Type | Description |
---|---|
dx |
An underlying widget (dx |
#calendarTo Property
Gets a calendar widget that you can use to set an end date.
#Declaration
get calendarTo(): DevExpress.ui.dxCalendar
#Property Value
Type | Description |
---|---|
dx |
An underlying widget (dx |
#datePickerButton Property
Gets a ButtonGroup widget that contains a set of toggle buttons you can use to switch between date ranges.
#Declaration
datePickerButton: DevExpress.ui.dxButtonGroup
#Property Value
Type | Description |
---|---|
dx |
An underlying widget (dx |
#quickButtons Property
Provides access to the quick filters.
#Declaration
quickButtons: Array<DevExpress.ui.dxButtonGroup>
#Property Value
Type | Description |
---|---|
dx |
An array of underlying widgets (dx |
#Methods
#dispose Method
Disposes of all resources associated with this DateFilterWidget.
#Declaration
dispose(): void
#element Method
Specifies a container where the item content is rendered.
#Declaration
element(): DevExpress.core.DxElement
#Returns
Type | Description |
---|---|
Dx |
A container where the item content is rendered. It is an HTML Element or a j |