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






Glossary Item Box

Configures the settings used by month view. Configures the settings used by month view.

Syntax

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