Scheduler for WinRT
MonthViewDayHeaderDayFormat Property


Gets or sets the System.String value determining format used to display day name in a day header of a Month view. The default value is '%d'. This is a dependency property.
Syntax
'Declaration
 
<C1CategoryAttribute()>
<DefaultValueAttribute()>
<C1DescriptionAttribute("MonthView 内の日ヘッダ内の日名の表示に使用する書式文字列を取得または設定します。")>
Public Property MonthViewDayHeaderDayFormat As String
'Usage
 
Dim instance As C1Scheduler
Dim value As String
 
instance.MonthViewDayHeaderDayFormat = value
 
value = instance.MonthViewDayHeaderDayFormat
[C1Category()]
[DefaultValue()]
[C1Description("MonthView 内の日ヘッダ内の日名の表示に使用する書式文字列を取得または設定します。")]
public string MonthViewDayHeaderDayFormat {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1Scheduler Class
C1Scheduler Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.