Intersoft WebGrid Documentation
DependencyFolder Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridCustomEditor Class : DependencyFolder Property






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets the dependency folder for this custom editor. Leave the property blank will automatically retrieve the dependencies from SmartWebResources.")>
Public Property DependencyFolder As String
Visual Basic (Usage)Copy Code
Dim instance As WebGridCustomEditor
Dim value As String
 
instance.DependencyFolder = value
 
value = instance.DependencyFolder
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the dependency folder for this custom editor. Leave the property blank will automatically retrieve the dependencies from SmartWebResources.")]
public string DependencyFolder {get; set;}
Delphi 
public read-write property DependencyFolder: String; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
DescriptionAttribute("Gets or sets the dependency folder for this custom editor. Leave the property blank will automatically retrieve the dependencies from SmartWebResources.")
public function get,set DependencyFolder : String
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the dependency folder for this custom editor. Leave the property blank will automatically retrieve the dependencies from SmartWebResources.")]
public: __property string* get_DependencyFolder();
public: __property void set_DependencyFolder( 
   string* value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the dependency folder for this custom editor. Leave the property blank will automatically retrieve the dependencies from SmartWebResources.")]
public:
property String^ DependencyFolder {
   String^ get();
   void set (    String^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.