Intersoft WebInput Documentation
HighLightDayEvents Property
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > DateTimeEditorClientSideEvents Class : HighLightDayEvents Property






Glossary Item Box

Specifies the client side (JavaScript) HighLight Day element events.

Syntax

Visual Basic (Declaration) 
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<System.ComponentModel.DescriptionAttribute("Specifies the client side (JavaScript) HighLight Day element events")>
Public Property HighLightDayEvents As BaseDateTimeEditorClientSideEvents
Visual Basic (Usage)Copy Code
Dim instance As DateTimeEditorClientSideEvents
Dim value As BaseDateTimeEditorClientSideEvents
 
instance.HighLightDayEvents = value
 
value = instance.HighLightDayEvents
C# 
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[System.ComponentModel.DescriptionAttribute("Specifies the client side (JavaScript) HighLight Day element events")]
public BaseDateTimeEditorClientSideEvents HighLightDayEvents {get; set;}
Delphi 
public read-write property HighLightDayEvents: BaseDateTimeEditorClientSideEvents; 
JScript 
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)
System.ComponentModel.DescriptionAttribute("Specifies the client side (JavaScript) HighLight Day element events")
public function get,set HighLightDayEvents : BaseDateTimeEditorClientSideEvents
Managed Extensions for C++ 
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[System.ComponentModel.DescriptionAttribute("Specifies the client side (JavaScript) HighLight Day element events")]
public: __property BaseDateTimeEditorClientSideEvents* get_HighLightDayEvents();
public: __property void set_HighLightDayEvents( 
   BaseDateTimeEditorClientSideEvents* value
);
C++/CLI 
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[System.ComponentModel.DescriptionAttribute("Specifies the client side (JavaScript) HighLight Day element events")]
public:
property BaseDateTimeEditorClientSideEvents^ HighLightDayEvents {
   BaseDateTimeEditorClientSideEvents^ get();
   void set (    BaseDateTimeEditorClientSideEvents^ 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

© 2013 Intersoft Solutions Corp. All Rights Reserved.