Intersoft WebGrid Documentation
ID Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridCellTemplateContainer Class : ID Property






Syntax

Visual Basic (Declaration) 
<MergablePropertyAttribute(False)>
<ParenthesizePropertyNameAttribute(True)>
<FilterableAttribute(False)>
<ThemeableAttribute(False)>
<WebSysDescriptionAttribute("Programmatic name of the control.")>
Public Overridable Property ID As String
Visual Basic (Usage)Copy Code
Dim instance As WebGridCellTemplateContainer
Dim value As String
 
instance.ID = value
 
value = instance.ID
C# 
[MergablePropertyAttribute(false)]
[ParenthesizePropertyNameAttribute(true)]
[FilterableAttribute(false)]
[ThemeableAttribute(false)]
[WebSysDescriptionAttribute("Programmatic name of the control.")]
public virtual string ID {get; set;}
Delphi 
public read-write property ID: String; virtual; 
JScript 
MergablePropertyAttribute()
ParenthesizePropertyNameAttribute()
FilterableAttribute()
ThemeableAttribute()
WebSysDescriptionAttribute("Programmatic name of the control.")
public function get,set ID : String
Managed Extensions for C++ 
[MergablePropertyAttribute(false)]
[ParenthesizePropertyNameAttribute(true)]
[FilterableAttribute(false)]
[ThemeableAttribute(false)]
[WebSysDescriptionAttribute("Programmatic name of the control.")]
public: __property virtual string* get_ID();
public: __property virtual void set_ID( 
   string* value
);
C++/CLI 
[MergablePropertyAttribute(false)]
[ParenthesizePropertyNameAttribute(true)]
[FilterableAttribute(false)]
[ThemeableAttribute(false)]
[WebSysDescriptionAttribute("Programmatic name of the control.")]
public:
virtual property String^ ID {
   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.