Skip to main content

DatePickerLocation Type

In This Article

Lists values used to specify the Date Picker’s location in the Date Filter.

#Declaration

TypeScript
export type DatePickerLocation = "Far" | "Near" | "Hidden"

#Members

Name Description
"Far"

A Date Picker is located at the far end of the Quick Button series.

"Near"

A Date Picker is located at the near end of the Quick Button series.

"Hidden"

A Date Picker is hidden.