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






Glossary Item Box

Indicate whether timeline date header should be visible all the time in Timeline Quarter and Month view.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Timeline View")>
<System.ComponentModel.DescriptionAttribute("Indicate whether timeline date header should be visible all the time in Timeline Quarter and Month view.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
Public Property KeepHeaderVisible As System.Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerTimelineView
Dim value As System.Boolean
 
instance.KeepHeaderVisible = value
 
value = instance.KeepHeaderVisible
C# 
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[System.ComponentModel.DescriptionAttribute("Indicate whether timeline date header should be visible all the time in Timeline Quarter and Month view.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
public System.bool KeepHeaderVisible {get; set;}
Delphi 
public read-write property KeepHeaderVisible: System.Boolean; 
JScript 
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.CategoryAttribute("Timeline View")
System.ComponentModel.DescriptionAttribute("Indicate whether timeline date header should be visible all the time in Timeline Quarter and Month view.")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DefaultValueAttribute()
public function get,set KeepHeaderVisible : System.boolean
Managed Extensions for C++ 
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[System.ComponentModel.DescriptionAttribute("Indicate whether timeline date header should be visible all the time in Timeline Quarter and Month view.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
public: __property System.bool get_KeepHeaderVisible();
public: __property void set_KeepHeaderVisible( 
   System.bool value
);
C++/CLI 
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[System.ComponentModel.DescriptionAttribute("Indicate whether timeline date header should be visible all the time in Timeline Quarter and Month view.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
public:
property System.bool KeepHeaderVisible {
   System.bool get();
   void set (    System.bool value);
}

Property Value

The default value is False.

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.