月ビューの id
を取得または設定します。
設定しない場合、id
は "igx-months-view-0"
を持ちます。
<igx-months-view id="my-months-view"></igx-months-view>
let monthsViewId = this.monthsView.id;
で date
プロパティへの参照を提供します。
ビューフォーカス時にアクティブな項目にスタイルを適用します。
月ビューの選択された日付を取得または設定します。 デフォルト値は現在の日付です。
let date = this.view.date;
月ビューの locale
を取得します。
デフォルト値は "en"
です。
let locale = this.view.locale;
月ビューの locale
を設定します。
有効な BCP 47 言語タグに設定します。
デフォルト値は "en"
です。
月ビューの月書式設定オプションを取得します。
let monthFormat = this.monthsView.monthFormat.
月ビューの月付書式設定オプションを設定します。
<igx-months-view> [monthFormat]="short'"</igx-months-view>
locale および monthFormat に基づいてビューを描画するかどうかを取得または設定します。