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






Glossary Item Box

Gets or sets the header section style of calculator editor window.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)>
<System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<System.ComponentModel.DescriptionAttribute("Gets or sets the header section style of calculator editor window.")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
Public ReadOnly Property DateTimeEditorHeaderStyle As ISNet.WebUI.WebStyle
Visual Basic (Usage)Copy Code
Dim instance As WebInputStyleSettings
Dim value As ISNet.WebUI.WebStyle
 
value = instance.DateTimeEditorHeaderStyle
C# 
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.ComponentModel.DescriptionAttribute("Gets or sets the header section style of calculator editor window.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public ISNet.WebUI.WebStyle DateTimeEditorHeaderStyle {get;}
Delphi 
public read-only property DateTimeEditorHeaderStyle: ISNet.WebUI.WebStyle; 
JScript 
ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)
System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
System.ComponentModel.DescriptionAttribute("Gets or sets the header section style of calculator editor window.")
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get DateTimeEditorHeaderStyle : ISNet.WebUI.WebStyle
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.ComponentModel.DescriptionAttribute("Gets or sets the header section style of calculator editor window.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property ISNet.WebUI.WebStyle* get_DateTimeEditorHeaderStyle();
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.ComponentModel.DescriptionAttribute("Gets or sets the header section style of calculator editor window.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property ISNet.WebUI.WebStyle^ DateTimeEditorHeaderStyle {
   ISNet.WebUI.WebStyle^ get();
}

Property Value

A WebStyle that contains the style for the header section style of calculator editor window.

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.