다음을 통해 공유


CalendarView.IsGroupLabelVisible 속성

정의

월 이름이 DisplayMode가 Month인 월의 첫째 날에 표시되는지 또는 DisplayMode가 Year인 연도의 첫 번째 달과 함께 연도 이름이 표시되는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool IsGroupLabelVisible { bool get(); void set(bool value); };
bool IsGroupLabelVisible();

void IsGroupLabelVisible(bool value);
public bool IsGroupLabelVisible { get; set; }
var boolean = calendarView.isGroupLabelVisible;
calendarView.isGroupLabelVisible = boolean;
Public Property IsGroupLabelVisible As Boolean
<CalendarView IsGroupLabelVisible="bool" .../>

속성 값

Boolean

bool

월 이름이 월의 첫 번째 날짜와 함께 표시되면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

그룹 레이블의 서식은 FirstOfMonthLabel 속성(예: FirstOfMonthLabelFontSize) 및 FirstOfMonthYearDecadeLabel 속성(예: FirstOfYearDecadeLabelFontSize)을 사용하여 설정할 수 있습니다.

적용 대상