locale および format (存在する場合) に基づいてビューをレンダリングするかどうかを取得または設定します。
ビューで選択が実行されるときにイベントを発生します。コンポーネント内の date プロパティへの参照を提供します。
date
IgxCalendarViewDirective
ビューフォーカス時にアクティブな項目にスタイルを適用します。
ビューの選択された日付を取得または設定します。 デフォルト値は現在の日付です。
let date = this.view.date; Copy
let date = this.view.date;
IgxYearsViewComponent
ビューの locale を取得します。 デフォルト値は "en" です。
locale
"en"
let locale = this.view.locale; Copy
let locale = this.view.locale;
ビューの locale を設定します。 有効な BCP 47 言語タグに設定します。 デフォルト値は "en" です。
年ビューの年書式設定オプションを取得します。
let yearFormat = this.yearsView.yearFormat. Copy
let yearFormat = this.yearsView.yearFormat.
年ビューの年付書式設定オプションを設定します。
<igx-years-view [yearFormat]="numeric"></igx-years-view> Copy
<igx-years-view [yearFormat]="numeric"></igx-years-view>
locale および format (存在する場合) に基づいてビューをレンダリングするかどうかを取得または設定します。