Class IgxMonthsViewComponent

Hierarchy

Hierarchy

  • IgxMonthsViewComponent

Implements

  • ControlValueAccessor

Constructors

Properties

el: ElementRef<any>
formatView: boolean = true

Gets/sets whether the view should be rendered according to the locale and monthFormat, if any.

id: string = ...

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;

Memberof

IgxMonthsViewComponent

selected: EventEmitter<Date> = ...

Emits an event when a selection is made in the months view. Provides reference the date property in the IgxMonthsViewComponent.

<igx-months-view (selected)="onSelection($event)"></igx-months-view>

Memberof

IgxMonthsViewComponent

Accessors

Methods