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






Glossary Item Box

Specifies Timeline DateHeader mode. (Applicable only for Quarter, Month and Week TimelineView). Specifies the mode used in date header.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DescriptionAttribute("Specifies Timeline DateHeader mode. (Applicable only for Quarter, Month and Week TimelineView).")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.CategoryAttribute("Timeline View")>
Public Property DateHeaderMode As WebSchedulerTimelineDateHeaderMode
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerTimelineView
Dim value As WebSchedulerTimelineDateHeaderMode
 
instance.DateHeaderMode = value
 
value = instance.DateHeaderMode
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies Timeline DateHeader mode. (Applicable only for Quarter, Month and Week TimelineView).")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Timeline View")]
public WebSchedulerTimelineDateHeaderMode DateHeaderMode {get; set;}
Delphi 
public read-write property DateHeaderMode: WebSchedulerTimelineDateHeaderMode; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DescriptionAttribute("Specifies Timeline DateHeader mode. (Applicable only for Quarter, Month and Week TimelineView).")
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.CategoryAttribute("Timeline View")
public function get,set DateHeaderMode : WebSchedulerTimelineDateHeaderMode
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies Timeline DateHeader mode. (Applicable only for Quarter, Month and Week TimelineView).")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Timeline View")]
public: __property WebSchedulerTimelineDateHeaderMode get_DateHeaderMode();
public: __property void set_DateHeaderMode( 
   WebSchedulerTimelineDateHeaderMode value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies Timeline DateHeader mode. (Applicable only for Quarter, Month and Week TimelineView).")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Timeline View")]
public:
property WebSchedulerTimelineDateHeaderMode DateHeaderMode {
   WebSchedulerTimelineDateHeaderMode get();
   void set (    WebSchedulerTimelineDateHeaderMode value);
}

Property Value

The default value is DateNumber.

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.