DateRangePopupEventArgs
Interface represents the event arguments for the open
and close
event.
Properties
appendTo HTMLElement
Gets the HTML element that the popup was attached to.
cancel Boolean
Gets or sets a value indicating whether we should cancel the operation or not.
event KeyboardEvent MouseEvent Event
Gets the original triggered event arguments.
model DateRangePickerModel
Gets the data range picker model.
name String
Gets the name of the event.
popup Popup
Gets the popup control element.
text String
Gets the text value of the date range that shows in the input element.