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






Glossary Item Box

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