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