Hierarchy

Hierarchy

  • IgxXCalendarComponent

Implements

  • AfterViewInit

Constructors

  • Parameters

    • renderer: Renderer2
    • _elRef: ViewContainerRef
    • ngZone: NgZone
    • injector: Injector
    • componentFactoryResolver: ComponentFactoryResolver

    Returns IgxXCalendarComponent

Properties

_calendarContainer: ElementRef<any>
container: Element
ngAcceptInputType_baseTheme: string | BaseControlTheme
ngAcceptInputType_density: string | ControlDisplayDensity
ngAcceptInputType_firstDayOfWeek: string | DayOfWeek
ngAcceptInputType_firstWeekOfYear: string | FirstWeek
ngAcceptInputType_showTodayButton: string | boolean
ngAcceptInputType_showWeekNumbers: string | boolean
ɵcmp: unknown
ɵfac: unknown

Accessors

  • get backgroundColor(): string
  • Gets or Sets the selected date background color

    Returns string

  • set backgroundColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get baseTheme(): BaseControlTheme
  • Gets or sets the base built in theme to use for the calendar.

    Returns BaseControlTheme

  • set baseTheme(v: BaseControlTheme): void
  • Parameters

    Returns void

  • get currentDateBorderColor(): string
  • Gets or Sets the current date text color

    Returns string

  • set currentDateBorderColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get currentDateTextColor(): string
  • Gets or Sets the current date text color

    Returns string

  • set currentDateTextColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get firstDayOfWeek(): DayOfWeek
  • Gets or sets the FirstDayOfWeek property to detirmine first day of the week

    Returns DayOfWeek

  • set firstDayOfWeek(v: DayOfWeek): void
  • Parameters

    Returns void

  • get firstWeekOfYear(): FirstWeek
  • Gets or sets the FirstWeekOfYear property to detirmine first week of the year

    Returns FirstWeek

  • set firstWeekOfYear(v: FirstWeek): void
  • Parameters

    Returns void

  • get focusDateBackgroundColor(): string
  • Gets or Sets the focus date background color

    Returns string

  • set focusDateBackgroundColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get focusDateTextColor(): string
  • Gets or Sets the focus date text color

    Returns string

  • set focusDateTextColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get height(): string
  • Returns string

  • set height(value: string): void
  • Parameters

    • value: string

    Returns void

  • get hoverBackgroundColor(): string
  • Gets or Sets the focus date background color

    Returns string

  • set hoverBackgroundColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get i(): XCalendar
  • Returns XCalendar

  • get maxDate(): Date
  • Gets or Sets the property name that contains the MaxDate.

    Returns Date

  • set maxDate(v: Date): void
  • Parameters

    • v: Date

    Returns void

  • get minDate(): Date
  • Gets or Sets the property name that contains the MinDate.

    Returns Date

  • set minDate(v: Date): void
  • Parameters

    • v: Date

    Returns void

  • get selectedDateBackgroundColor(): string
  • Gets or Sets the selected date background color

    Returns string

  • set selectedDateBackgroundColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get selectedDateTextColor(): string
  • Gets or Sets the selected date text color

    Returns string

  • set selectedDateTextColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get selectedFocusDateBackgroundColor(): string
  • Gets or Sets the selected date background color

    Returns string

  • set selectedFocusDateBackgroundColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get showTodayButton(): boolean
  • Gets or sets the ShowTodayButton property to detirmine if the today button is shown

    Returns boolean

  • set showTodayButton(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get showWeekNumbers(): boolean
  • Gets or sets the ShowWeekNumbers property to detirmine if the week numbers are shown

    Returns boolean

  • set showWeekNumbers(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get textColor(): string
  • Gets or Sets the selected date text color

    Returns string

  • set textColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get textStyle(): string
  • Gets or sets the font to use for the combobox.

    Returns string

  • set textStyle(v: string): void
  • Parameters

    • v: string

    Returns void

  • get today(): Date
  • Gets or Sets the property name that contains the values.

    Returns Date

  • set today(v: Date): void
  • Parameters

    • v: Date

    Returns void

  • get value(): Date
  • Gets or Sets the value for the calendar.

    Returns Date

  • set value(v: Date): void
  • Parameters

    • v: Date

    Returns void

  • get valueChange(): EventEmitter<Date>
  • Returns EventEmitter<Date>

  • get width(): string
  • Returns string

  • set width(value: string): void
  • Parameters

    • value: string

    Returns void

Methods

  • Returns a serialized copy of the exported visual model

    Returns string

  • Exports visual information about the current state of the grid.

    Returns any

  • Returns void

  • Returns void

  • Returns void