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






Glossary Item Box

Specifies Specifies the behavior when empty cell is clicked.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Specifies the behavior when empty cell is clicked")>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.CategoryAttribute("General")>
<System.ComponentModel.DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public Property EmptyCellClickAction As WebSchedulerEmptyCellClickAction
Visual Basic (Usage)Copy Code
Dim instance As WebScheduler
Dim value As WebSchedulerEmptyCellClickAction
 
instance.EmptyCellClickAction = value
 
value = instance.EmptyCellClickAction
C# 
[System.ComponentModel.DescriptionAttribute("Specifies the behavior when empty cell is clicked")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("General")]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public WebSchedulerEmptyCellClickAction EmptyCellClickAction {get; set;}
Delphi 
public read-write property EmptyCellClickAction: WebSchedulerEmptyCellClickAction; 
JScript 
System.ComponentModel.DescriptionAttribute("Specifies the behavior when empty cell is clicked")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.CategoryAttribute("General")
System.ComponentModel.DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
public function get,set EmptyCellClickAction : WebSchedulerEmptyCellClickAction
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute("Specifies the behavior when empty cell is clicked")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("General")]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public: __property WebSchedulerEmptyCellClickAction get_EmptyCellClickAction();
public: __property void set_EmptyCellClickAction( 
   WebSchedulerEmptyCellClickAction value
);
C++/CLI 
[System.ComponentModel.DescriptionAttribute("Specifies the behavior when empty cell is clicked")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("General")]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public:
property WebSchedulerEmptyCellClickAction EmptyCellClickAction {
   WebSchedulerEmptyCellClickAction get();
   void set (    WebSchedulerEmptyCellClickAction value);
}

Property Value

The default value is ShowCallOut.

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.