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