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






Glossary Item Box

Contains interactive style for the Year, Quarter and Month row header.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("Style - General")>
<System.ComponentModel.DescriptionAttribute("Contains interactive style for the Year, Quarter and Month row header.")>
Public Property YearMonthRowHeaderStyle As ISNet.WebUI.DynamicStyle
Visual Basic (Usage)Copy Code
Dim instance As WebScheduler
Dim value As ISNet.WebUI.DynamicStyle
 
instance.YearMonthRowHeaderStyle = value
 
value = instance.YearMonthRowHeaderStyle
C# 
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Style - General")]
[System.ComponentModel.DescriptionAttribute("Contains interactive style for the Year, Quarter and Month row header.")]
public ISNet.WebUI.DynamicStyle YearMonthRowHeaderStyle {get; set;}
Delphi 
public read-write property YearMonthRowHeaderStyle: ISNet.WebUI.DynamicStyle; 
JScript 
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)
System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.CategoryAttribute("Style - General")
System.ComponentModel.DescriptionAttribute("Contains interactive style for the Year, Quarter and Month row header.")
public function get,set YearMonthRowHeaderStyle : ISNet.WebUI.DynamicStyle
Managed Extensions for C++ 
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Style - General")]
[System.ComponentModel.DescriptionAttribute("Contains interactive style for the Year, Quarter and Month row header.")]
public: __property ISNet.WebUI.DynamicStyle* get_YearMonthRowHeaderStyle();
public: __property void set_YearMonthRowHeaderStyle( 
   ISNet.WebUI.DynamicStyle* value
);
C++/CLI 
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Style - General")]
[System.ComponentModel.DescriptionAttribute("Contains interactive style for the Year, Quarter and Month row header.")]
public:
property ISNet.WebUI.DynamicStyle^ YearMonthRowHeaderStyle {
   ISNet.WebUI.DynamicStyle^ get();
   void set (    ISNet.WebUI.DynamicStyle^ 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.