CalendarDatePicker.IsGroupLabelVisible 属性

定义

获取或设置一个值,该值指示月份名称是否与选取器 CalendarView 中的月份的第一天一起显示。

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

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

属性值

Boolean

bool

如果月份名称与月份的第一天一起显示,则为 true;否则为 false。 默认值为 true

注解

此属性影响 CalendarDatePicker 的内部 CalendarView。 有关详细信息,请参阅 CalendarView.IsGroupLabelVisible

适用于

另请参阅