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






Specifies the server's control full name.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Gets or sets the full qualified name of server control used in this custom editor.")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property ServerControlFullName As String
Visual Basic (Usage)Copy Code
Dim instance As WebGridCustomEditor
Dim value As String
 
instance.ServerControlFullName = value
 
value = instance.ServerControlFullName
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets the full qualified name of server control used in this custom editor.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public string ServerControlFullName {get; set;}
Delphi 
public read-write property ServerControlFullName: String; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Gets or sets the full qualified name of server control used in this custom editor.")
DefaultValueAttribute()
NotifyParentPropertyAttribute()
public function get,set ServerControlFullName : String
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets the full qualified name of server control used in this custom editor.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property string* get_ServerControlFullName();
public: __property void set_ServerControlFullName( 
   string* value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets the full qualified name of server control used in this custom editor.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property String^ ServerControlFullName {
   String^ get();
   void set (    String^ value);
}

Remarks

This property is required when the ControlType is ServerControl. The fully qualified assembly name should be : [AssemblyNamespace].[ClassName]. For example: ISNet.WebUI.WebCombo.WebCombo

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.