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






Glossary Item Box

Determines which style mode is used in built-in editing form.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.CategoryAttribute("Data Editing")>
<System.ComponentModel.DescriptionAttribute("Determines which style mode is used in built-in editing form.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public Property EditingFormStyle As WebSchedulerEditingFormStyle
Visual Basic (Usage)Copy Code
Dim instance As WebScheduler
Dim value As WebSchedulerEditingFormStyle
 
instance.EditingFormStyle = value
 
value = instance.EditingFormStyle
C# 
[System.ComponentModel.CategoryAttribute("Data Editing")]
[System.ComponentModel.DescriptionAttribute("Determines which style mode is used in built-in editing form.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public WebSchedulerEditingFormStyle EditingFormStyle {get; set;}
Delphi 
public read-write property EditingFormStyle: WebSchedulerEditingFormStyle; 
JScript 
System.ComponentModel.CategoryAttribute("Data Editing")
System.ComponentModel.DescriptionAttribute("Determines which style mode is used in built-in editing form.")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
public function get,set EditingFormStyle : WebSchedulerEditingFormStyle
Managed Extensions for C++ 
[System.ComponentModel.CategoryAttribute("Data Editing")]
[System.ComponentModel.DescriptionAttribute("Determines which style mode is used in built-in editing form.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public: __property WebSchedulerEditingFormStyle get_EditingFormStyle();
public: __property void set_EditingFormStyle( 
   WebSchedulerEditingFormStyle value
);
C++/CLI 
[System.ComponentModel.CategoryAttribute("Data Editing")]
[System.ComponentModel.DescriptionAttribute("Determines which style mode is used in built-in editing form.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public:
property WebSchedulerEditingFormStyle EditingFormStyle {
   WebSchedulerEditingFormStyle get();
   void set (    WebSchedulerEditingFormStyle value);
}

Property Value

The default value is Standard

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.