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






Glossary Item Box

Configures the settings used by agenda view. Configures the settings used by agenda view.

Syntax

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