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






Glossary Item Box

The data collection used by WebScheduler as the CallOut's EditingField.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<System.ComponentModel.DescriptionAttribute("The data collection used by WebScheduler as the CallOut's EditingField.")>
<System.ComponentModel.EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ISNet.WebUI.WebScheduler.WebSchedulerEditingFieldCollectionEditor, ISNet.WebUI.WebScheduler, Version=3.0.1000.5, Culture=neutral, PublicKeyToken=b1f2a8511635667a")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.CategoryAttribute("Data Editing")>
<System.ComponentModel.DefaultValueAttribute()>
Public ReadOnly Property EditingField As WebSchedulerEditingFieldCollection
Visual Basic (Usage)Copy Code
Dim instance As WebScheduler
Dim value As WebSchedulerEditingFieldCollection
 
value = instance.EditingField
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DescriptionAttribute("The data collection used by WebScheduler as the CallOut's EditingField.")]
[System.ComponentModel.EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ISNet.WebUI.WebScheduler.WebSchedulerEditingFieldCollectionEditor, ISNet.WebUI.WebScheduler, Version=3.0.1000.5, Culture=neutral, PublicKeyToken=b1f2a8511635667a")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Data Editing")]
[System.ComponentModel.DefaultValueAttribute()]
public WebSchedulerEditingFieldCollection EditingField {get;}
Delphi 
public read-only property EditingField: WebSchedulerEditingFieldCollection; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
System.ComponentModel.DescriptionAttribute("The data collection used by WebScheduler as the CallOut's EditingField.")
System.ComponentModel.EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ISNet.WebUI.WebScheduler.WebSchedulerEditingFieldCollectionEditor, ISNet.WebUI.WebScheduler, Version=3.0.1000.5, Culture=neutral, PublicKeyToken=b1f2a8511635667a")
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.CategoryAttribute("Data Editing")
System.ComponentModel.DefaultValueAttribute()
public function get EditingField : WebSchedulerEditingFieldCollection
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DescriptionAttribute("The data collection used by WebScheduler as the CallOut's EditingField.")]
[System.ComponentModel.EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ISNet.WebUI.WebScheduler.WebSchedulerEditingFieldCollectionEditor, ISNet.WebUI.WebScheduler, Version=3.0.1000.5, Culture=neutral, PublicKeyToken=b1f2a8511635667a")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Data Editing")]
[System.ComponentModel.DefaultValueAttribute()]
public: __property WebSchedulerEditingFieldCollection* get_EditingField();
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DescriptionAttribute("The data collection used by WebScheduler as the CallOut's EditingField.")]
[System.ComponentModel.EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ISNet.WebUI.WebScheduler.WebSchedulerEditingFieldCollectionEditor, ISNet.WebUI.WebScheduler, Version=3.0.1000.5, Culture=neutral, PublicKeyToken=b1f2a8511635667a")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Data Editing")]
[System.ComponentModel.DefaultValueAttribute()]
public:
property WebSchedulerEditingFieldCollection^ EditingField {
   WebSchedulerEditingFieldCollection^ 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.