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 |
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;} |
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