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






Glossary Item Box

Gets or sets the default row height for all day event. Get or sets the default row height for all day event

Syntax

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