Intersoft WebScheduler Documentation
AllDayEventAreaHeight Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerLayoutSettings Class : AllDayEventAreaHeight Property






Glossary Item Box

Gets or sets the default all day event area height. Gets or sets the default all day event area height.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.CategoryAttribute("Layout Settings")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.DescriptionAttribute("Gets or sets the default all day event area height.")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property AllDayEventAreaHeight As System.Integer
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerLayoutSettings
Dim value As System.Integer
 
instance.AllDayEventAreaHeight = value
 
value = instance.AllDayEventAreaHeight
C# 
[System.ComponentModel.CategoryAttribute("Layout Settings")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets or sets the default all day event area height.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public System.int AllDayEventAreaHeight {get; set;}
Delphi 
public read-write property AllDayEventAreaHeight: System.Integer; 
JScript 
System.ComponentModel.CategoryAttribute("Layout Settings")
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.DescriptionAttribute("Gets or sets the default all day event area height.")
ISNet.Serialization.BinarySerializableAttribute()
public function get,set AllDayEventAreaHeight : System.int
Managed Extensions for C++ 
[System.ComponentModel.CategoryAttribute("Layout Settings")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets or sets the default all day event area height.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property System.int get_AllDayEventAreaHeight();
public: __property void set_AllDayEventAreaHeight( 
   System.int value
);
C++/CLI 
[System.ComponentModel.CategoryAttribute("Layout Settings")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets or sets the default all day event area height.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property System.int AllDayEventAreaHeight {
   System.int get();
   void set (    System.int value);
}

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.