Constructors
Section titled "Constructors"IgxMonthsViewComponent
new IgxMonthsViewComponent(): IgxMonthsViewComponent Defined in projects/igniteui-angular/calendar/src/calendar/common/calendar-view.directive.ts:193
Returns IgxMonthsViewComponent
Properties
Section titled "Properties"el: ElementRef<any> Defined in projects/igniteui-angular/calendar/src/calendar/months-view/months-view.component.ts:38
formatView
Section titled "formatView"Gets/sets whether the view should be rendered according to the locale and format, if any.
formatView: boolean = true Defined in projects/igniteui-angular/calendar/src/calendar/months-view/months-view.component.ts:108
Sets/gets the id of the months view.
If not set, the id will have value "igx-months-view-0".
<igx-months-view id="my-months-view"></igx-months-view>let monthsViewId = this.monthsView.id; id: string Defined in projects/igniteui-angular/calendar/src/calendar/months-view/months-view.component.ts:57
Inherited from: IgxCalendarViewDirective
role: string = 'grid' Defined in projects/igniteui-angular/calendar/src/calendar/common/calendar-view.directive.ts:58
selected
Section titled "selected"Inherited from: IgxCalendarViewDirective
Emits an event when a selection is made in the view.
Provides reference the date property in the component.
selected: EventEmitter<Date> Defined in projects/igniteui-angular/calendar/src/calendar/common/calendar-view.directive.ts:90
showActive
Section titled "showActive"Inherited from: IgxCalendarViewDirective
Applies styles to the active item on view focus.
showActive: boolean = false Defined in projects/igniteui-angular/calendar/src/calendar/common/calendar-view.directive.ts:82
tabIndex
Section titled "tabIndex"Inherited from: IgxCalendarViewDirective
tabIndex: number = 0 Defined in projects/igniteui-angular/calendar/src/calendar/common/calendar-view.directive.ts:62
Inherited from: IgxCalendarViewDirective
date: Date Defined in projects/igniteui-angular/calendar/src/calendar/common/calendar-view.directive.ts:158, projects/igniteui-angular/calendar/src/calendar/common/calendar-view.directive.ts:164
locale
Section titled "locale"Inherited from: IgxCalendarViewDirective
locale: string Defined in projects/igniteui-angular/calendar/src/calendar/common/calendar-view.directive.ts:178, projects/igniteui-angular/calendar/src/calendar/common/calendar-view.directive.ts:189
monthFormat
Section titled "monthFormat"monthFormat: any Defined in projects/igniteui-angular/calendar/src/calendar/months-view/months-view.component.ts:87, projects/igniteui-angular/calendar/src/calendar/months-view/months-view.component.ts:99