CalendarDatePicker.IsGroupLabelVisible 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示月名称是否与选取器 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。