Class IgxMonthsViewComponent

階層

Hierarchy

  • IgxCalendarViewDirective
    • IgxMonthsViewComponent

実装

  • ControlValueAccessor

コンストラクター

プロパティ

el: ElementRef<any>
formatView: boolean = true

locale および monthFormat に基づいてビューを描画するかどうかを取得または設定します。

id: string = ...

月ビューの id を取得または設定します。 設定しない場合、id"igx-months-view-0" を持ちます。

<igx-months-view id="my-months-view"></igx-months-view>
let monthsViewId =  this.monthsView.id;

次のメンバー

IgxMonthsViewComponent

role: string = 'grid'
selected: EventEmitter<Date> = ...

date プロパティへの参照を提供します。

次のメンバー

IgxMonthsViewComponent

showActive: boolean = false

ビューフォーカス時にアクティブな項目にスタイルを適用します。

tabIndex: number = 0

アクセサー