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






Glossary Item Box

Specifies whether Calendar's number of WebScheduler that contain event(s) should be marked with bold style or not.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Specifies whether Calendar's number of WebScheduler that contain event(s) should be marked with bold style or not.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.CategoryAttribute("General")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property MarkedDayWithEvents As System.Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebScheduler
Dim value As System.Boolean
 
instance.MarkedDayWithEvents = value
 
value = instance.MarkedDayWithEvents
C# 
[System.ComponentModel.DescriptionAttribute("Specifies whether Calendar's number of WebScheduler that contain event(s) should be marked with bold style or not.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("General")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public System.bool MarkedDayWithEvents {get; set;}
Delphi 
public read-write property MarkedDayWithEvents: System.Boolean; 
JScript 
System.ComponentModel.DescriptionAttribute("Specifies whether Calendar's number of WebScheduler that contain event(s) should be marked with bold style or not.")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.CategoryAttribute("General")
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set MarkedDayWithEvents : System.boolean
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute("Specifies whether Calendar's number of WebScheduler that contain event(s) should be marked with bold style or not.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("General")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property System.bool get_MarkedDayWithEvents();
public: __property void set_MarkedDayWithEvents( 
   System.bool value
);
C++/CLI 
[System.ComponentModel.DescriptionAttribute("Specifies whether Calendar's number of WebScheduler that contain event(s) should be marked with bold style or not.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("General")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property System.bool MarkedDayWithEvents {
   System.bool get();
   void set (    System.bool value);
}

Property Value

The default value is True.

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.