Intersoft WebScheduler Documentation
WeekView Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerViewSettings Class : WeekView Property






Glossary Item Box

Configures the settings used by week view. Configures the settings used by week view.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<System.ComponentModel.CategoryAttribute("View")>
<System.ComponentModel.DescriptionAttribute("Configures the settings used by week view.")>
<ISNet.Serialization.BinarySerializableAttribute("setWeekView")>
<ISNet.Serialization.XmlSerializableAttribute(True)>
Public ReadOnly Property WeekView As WebSchedulerWeekView
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerViewSettings
Dim value As WebSchedulerWeekView
 
value = instance.WeekView
C# 
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.CategoryAttribute("View")]
[System.ComponentModel.DescriptionAttribute("Configures the settings used by week view.")]
[ISNet.Serialization.BinarySerializableAttribute("setWeekView")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
public WebSchedulerWeekView WeekView {get;}
Delphi 
public read-only property WeekView: WebSchedulerWeekView; 
JScript 
System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
System.ComponentModel.CategoryAttribute("View")
System.ComponentModel.DescriptionAttribute("Configures the settings used by week view.")
ISNet.Serialization.BinarySerializableAttribute("setWeekView")
ISNet.Serialization.XmlSerializableAttribute()
public function get WeekView : WebSchedulerWeekView
Managed Extensions for C++ 
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.CategoryAttribute("View")]
[System.ComponentModel.DescriptionAttribute("Configures the settings used by week view.")]
[ISNet.Serialization.BinarySerializableAttribute("setWeekView")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
public: __property WebSchedulerWeekView* get_WeekView();
C++/CLI 
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.CategoryAttribute("View")]
[System.ComponentModel.DescriptionAttribute("Configures the settings used by week view.")]
[ISNet.Serialization.BinarySerializableAttribute("setWeekView")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
public:
property WebSchedulerWeekView^ WeekView {
   WebSchedulerWeekView^ get();
}

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

©2013 Intersoft Solutions Corp. All Rights Reserved.