Indicates whether AllDayEventArea should be visibled.
Indicates whether AllDayEventsArea should be visible.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.CategoryAttribute("Week View")>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.DescriptionAttribute("Indicates whether AllDayEventArea should be visible.")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property ShowAllDayEventArea As System.Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerWeekView
Dim value As System.Boolean
instance.ShowAllDayEventArea = value
value = instance.ShowAllDayEventArea |
C# | |
---|
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Week View")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Indicates whether AllDayEventArea should be visible.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public System.bool ShowAllDayEventArea {get; set;} |
Delphi | |
---|
public read-write property ShowAllDayEventArea: System.Boolean; |
JScript | |
---|
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.CategoryAttribute("Week View")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.DescriptionAttribute("Indicates whether AllDayEventArea should be visible.")
ISNet.Serialization.BinarySerializableAttribute()
public function get,set ShowAllDayEventArea : System.boolean |
Managed Extensions for C++ | |
---|
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Week View")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Indicates whether AllDayEventArea should be visible.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property System.bool get_ShowAllDayEventArea();
public: __property void set_ShowAllDayEventArea(
System.bool value
); |
C++/CLI | |
---|
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Week View")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Indicates whether AllDayEventArea should be visible.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property System.bool ShowAllDayEventArea {
System.bool get();
void set ( System.bool value);
} |
Property Value
The default value is True.
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