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






Glossary Item Box

Provides the settings that control the behaviors of the data editing in WebScheduler.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Provides the settings that control the behaviors of the data editing in WebScheduler.")>
<System.ComponentModel.CategoryAttribute("Data Editing")>
<ISNet.Serialization.XmlSerializableAttribute(True)>
<System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<ISNet.Serialization.BinarySerializableAttribute("setDataEditing")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public ReadOnly Property DataEditing As WebSchedulerDataEditing
Visual Basic (Usage)Copy Code
Dim instance As WebScheduler
Dim value As WebSchedulerDataEditing
 
value = instance.DataEditing
C# 
[System.ComponentModel.DescriptionAttribute("Provides the settings that control the behaviors of the data editing in WebScheduler.")]
[System.ComponentModel.CategoryAttribute("Data Editing")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute("setDataEditing")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public WebSchedulerDataEditing DataEditing {get;}
Delphi 
public read-only property DataEditing: WebSchedulerDataEditing; 
JScript 
System.ComponentModel.DescriptionAttribute("Provides the settings that control the behaviors of the data editing in WebScheduler.")
System.ComponentModel.CategoryAttribute("Data Editing")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
ISNet.Serialization.BinarySerializableAttribute("setDataEditing")
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
public function get DataEditing : WebSchedulerDataEditing
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute("Provides the settings that control the behaviors of the data editing in WebScheduler.")]
[System.ComponentModel.CategoryAttribute("Data Editing")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute("setDataEditing")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public: __property WebSchedulerDataEditing* get_DataEditing();
C++/CLI 
[System.ComponentModel.DescriptionAttribute("Provides the settings that control the behaviors of the data editing in WebScheduler.")]
[System.ComponentModel.CategoryAttribute("Data Editing")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute("setDataEditing")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public:
property WebSchedulerDataEditing^ DataEditing {
   WebSchedulerDataEditing^ get();
}

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.