| C1.Win.Calendar Namespace > C1CalendarView Class : CurrentMonthDisplayOffset Property |
'Declaration<C1CategoryAttribute("Appearance")> <C1DescriptionAttribute("Gets or sets the current month display offset.")> <DefaultValueAttribute()> Public Property CurrentMonthDisplayOffset As Integer
'UsageDim instance As C1CalendarView Dim value As Integer instance.CurrentMonthDisplayOffset = value value = instance.CurrentMonthDisplayOffset
[C1Category("Appearance")] [C1Description("Gets or sets the current month display offset.")] [DefaultValue()] public int CurrentMonthDisplayOffset {get; set;}
[C1Category("Appearance")] [C1Description("Gets or sets the current month display offset.")] [DefaultValue()] public: property int CurrentMonthDisplayOffset { int get(); void set ( int value); }
c1CalendarView1.CalendarDimensions = 3; c1CalendarView1.CurrentMonthDisplayOffset = 1;
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