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






Glossary Item Box

Specifies if datetime editor header day section is showed. Specifies if datetime editor header day section is showed.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.DescriptionAttribute("Specifies if datetime editor header day section is showed.")>
Public Property ShowHeaderDay As System.Boolean
Visual Basic (Usage)Copy Code
Dim instance As DateTimeEditor
Dim value As System.Boolean
 
instance.ShowHeaderDay = value
 
value = instance.ShowHeaderDay
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies if datetime editor header day section is showed.")]
public System.bool ShowHeaderDay {get; set;}
Delphi 
public read-write property ShowHeaderDay: System.Boolean; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.DescriptionAttribute("Specifies if datetime editor header day section is showed.")
public function get,set ShowHeaderDay : System.boolean
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies if datetime editor header day section is showed.")]
public: __property System.bool get_ShowHeaderDay();
public: __property void set_ShowHeaderDay( 
   System.bool value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies if datetime editor header day section is showed.")]
public:
property System.bool ShowHeaderDay {
   System.bool get();
   void set (    System.bool value);
}

Property Value

The default 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.