Intersoft WebScheduler Documentation
TimeBasedEventDisplay Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerMonthView Class : TimeBasedEventDisplay Property






Glossary Item Box

Specifies the fields to be displayed in time-based event. Specifies the fields to be displayed in time-based event.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("Month View")>
<System.ComponentModel.DescriptionAttribute("Specifies the fields to be displayed in time-based event.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property TimeBasedEventDisplay As WebSchedulerTimeBasedEventDisplay
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerMonthView
Dim value As WebSchedulerTimeBasedEventDisplay
 
instance.TimeBasedEventDisplay = value
 
value = instance.TimeBasedEventDisplay
C# 
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Month View")]
[System.ComponentModel.DescriptionAttribute("Specifies the fields to be displayed in time-based event.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public WebSchedulerTimeBasedEventDisplay TimeBasedEventDisplay {get; set;}
Delphi 
public read-write property TimeBasedEventDisplay: WebSchedulerTimeBasedEventDisplay; 
JScript 
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.CategoryAttribute("Month View")
System.ComponentModel.DescriptionAttribute("Specifies the fields to be displayed in time-based event.")
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set TimeBasedEventDisplay : WebSchedulerTimeBasedEventDisplay
Managed Extensions for C++ 
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Month View")]
[System.ComponentModel.DescriptionAttribute("Specifies the fields to be displayed in time-based event.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property WebSchedulerTimeBasedEventDisplay get_TimeBasedEventDisplay();
public: __property void set_TimeBasedEventDisplay( 
   WebSchedulerTimeBasedEventDisplay value
);
C++/CLI 
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Month View")]
[System.ComponentModel.DescriptionAttribute("Specifies the fields to be displayed in time-based event.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property WebSchedulerTimeBasedEventDisplay TimeBasedEventDisplay {
   WebSchedulerTimeBasedEventDisplay get();
   void set (    WebSchedulerTimeBasedEventDisplay value);
}

Property Value

The default value is ShowTimeAndSubject.

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.