Interface IIgrCalendarBaseProps

Hierarchy

Hierarchy

Properties

children?: ReactNode
className?: string
disabledDates?: IDateRangeDescriptor[]

Gets/Sets the disabled dates for the component.

id?: string
locale?: string

Gets/Sets the locale used for formatting and displaying the dates in the component.

selection?: string | CalendarBaseSelection

Sets the type of selection in the component.

showWeekNumbers?: string | boolean

Whether to show the week numbers.

specialDates?: IDateRangeDescriptor[]

Gets/Sets the special dates for the component.

style?: CSSProperties
weekStart?: string | WeekDays

Gets/Sets the first day of the week.