| C1.Win.Calendar Namespace > C1CalendarView Class : Calendar Property |
'Declaration<C1CategoryAttribute("Calendar")> <C1DescriptionAttribute("Gets or set System.Globalization.Calendar object that represents time in divisions of control.")> <EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.Calendar.Design.CalendarEditor, C1.Win.Calendar.4.Design")> Public Property Calendar As Calendar
'UsageDim instance As C1CalendarView Dim value As Calendar instance.Calendar = value value = instance.Calendar
[C1Category("Calendar")] [C1Description("Gets or set System.Globalization.Calendar object that represents time in divisions of control.")] [Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.Calendar.Design.CalendarEditor, C1.Win.Calendar.4.Design")] public Calendar Calendar {get; set;}
[C1Category("Calendar")] [C1Description("Gets or set System.Globalization.Calendar object that represents time in divisions of control.")] [Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.Calendar.Design.CalendarEditor, C1.Win.Calendar.4.Design")] public: property Calendar^ Calendar { Calendar^ get(); void set ( Calendar^ value); }
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