Intersoft WebScheduler Documentation
TotalEventInCell Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerTimelineView Class : TotalEventInCell Property






Glossary Item Box

Specifies total event in a Timeline cell. Minimum value is 1. Specifies total event in a Timeline cell.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Specifies total event in a Timeline cell. Minimum value is 1.")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Timeline View")>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property TotalEventInCell As System.Integer
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerTimelineView
Dim value As System.Integer
 
instance.TotalEventInCell = value
 
value = instance.TotalEventInCell
C# 
[System.ComponentModel.DescriptionAttribute("Specifies total event in a Timeline cell. Minimum value is 1.")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[ISNet.Serialization.XmlSerializableAttribute()]
public System.int TotalEventInCell {get; set;}
Delphi 
public read-write property TotalEventInCell: System.Integer; 
JScript 
System.ComponentModel.DescriptionAttribute("Specifies total event in a Timeline cell. Minimum value is 1.")
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.CategoryAttribute("Timeline View")
ISNet.Serialization.XmlSerializableAttribute()
public function get,set TotalEventInCell : System.int
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute("Specifies total event in a Timeline cell. Minimum value is 1.")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property System.int get_TotalEventInCell();
public: __property void set_TotalEventInCell( 
   System.int value
);
C++/CLI 
[System.ComponentModel.DescriptionAttribute("Specifies total event in a Timeline cell. Minimum value is 1.")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property System.int TotalEventInCell {
   System.int get();
   void set (    System.int value);
}

Property Value

The default value is 5.

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.