| C1.Win.Calendar Namespace > C1CalendarView Class : WorkDays Property |
'Declaration<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> <EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.Calendar.Design.WorkDaysEditor, C1.Win.Calendar.4.Design")> <C1CategoryAttribute("Calendar")> <C1DescriptionAttribute("Gets or sets the C1.CalendarView.WorkDays object which specifies weekends for the single week.")> Public Property WorkDays As WorkDays
'UsageDim instance As C1CalendarView Dim value As WorkDays instance.WorkDays = value value = instance.WorkDays
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.Calendar.Design.WorkDaysEditor, C1.Win.Calendar.4.Design")] [C1Category("Calendar")] [C1Description("Gets or sets the C1.CalendarView.WorkDays object which specifies weekends for the single week.")] public WorkDays WorkDays {get; set;}
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.Calendar.Design.WorkDaysEditor, C1.Win.Calendar.4.Design")] [C1Category("Calendar")] [C1Description("Gets or sets the C1.CalendarView.WorkDays object which specifies weekends for the single week.")] public: property WorkDays^ WorkDays { WorkDays^ get(); void set ( WorkDays^ 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