Hierarchy

Hierarchy

  • IIgrXCalendarProps

Properties

backgroundColor?: string

Gets or Sets the selected date background color

baseTheme?: string | BaseControlTheme

Gets or sets the base built in theme to use for the calendar.

children?: ReactNode
currentDateBorderColor?: string

Gets or Sets the current date text color

currentDateTextColor?: string

Gets or Sets the current date text color

density?: string | ControlDisplayDensity

Gets or sets the display density to use for the calendar.

firstDayOfWeek?: string | DayOfWeek

Gets or sets the FirstDayOfWeek property to detirmine first day of the week

firstWeekOfYear?: string | FirstWeek

Gets or sets the FirstWeekOfYear property to detirmine first week of the year

focusDateBackgroundColor?: string

Gets or Sets the focus date background color

focusDateTextColor?: string

Gets or Sets the focus date text color

height?: string
hoverBackgroundColor?: string

Gets or Sets the focus date background color

maxDate?: Date

Gets or Sets the property name that contains the MaxDate.

minDate?: Date

Gets or Sets the property name that contains the MinDate.

selectedDateBackgroundColor?: string

Gets or Sets the selected date background color

selectedDateTextColor?: string

Gets or Sets the selected date text color

selectedFocusDateBackgroundColor?: string

Gets or Sets the selected date background color

selectedValueChanged?: ((s, e) => void)

Type declaration

showTodayButton?: string | boolean

Gets or sets the ShowTodayButton property to detirmine if the today button is shown

showWeekNumbers?: string | boolean

Gets or sets the ShowWeekNumbers property to detirmine if the week numbers are shown

textColor?: string

Gets or Sets the selected date text color

textStyle?: string

Gets or sets the font to use for the combobox.

today?: Date

Gets or Sets the property name that contains the values.

value?: Date

Gets or Sets the value for the calendar.

width?: string