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