'宣言 Public Property ShowCalendarCloseButton As Nullable(Of Boolean)
public Nullable<bool> ShowCalendarCloseButton {get; set;}
このプロパティは閉じるボタンが Infragistics.Controls.Schedules.Primitives.CalendarHeader 内で表示されるかどうかを決定します。デフォルトでこのプロパティは null に設定され、使用されるプロパティ値は ScheduleSettings.AllowCalendarClosing に基づきます。プロパティが false の場合、閉じるボタンは非表示になります。そうでない場合は、ボタンを表示するかどうかはコントロールによります。たとえば XamScheduleView はデフォルトでボタンを表示しません。
注:有効な状態は ScheduleSettings.AllowCalendarClosing に基づきます。ShowCalendarCloseButton が true、AllowCalendarClosing が false に設定される場合、ボタンは表示されますが無効です。