Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 955 Bytes

calendardatepicker_isgrouplabelvisible.md

File metadata and controls

32 lines (21 loc) · 955 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.CalendarDatePicker.IsGroupLabelVisible
winrt property

Windows.UI.Xaml.Controls.CalendarDatePicker.IsGroupLabelVisible

-description

Gets or sets a value that indicates whether the month name is shown with the first day of the month in the picker's CalendarView.

-xaml-syntax

<CalendarDatePicker IsGroupLabelVisible="bool" .../>

-property-value

true if the month name is shown with the first day of the month; otherwise, false. The default is true.

-remarks

This property affects the CalendarDatePicker's internal CalendarView. For more info, see CalendarView.IsGroupLabelVisible.

-examples

-see-also

CalendarView.IsGroupLabelVisible