Intersoft WebGrid Documentation
Tag Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridRow Class : Tag Property






Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
<NotifyParentPropertyAttribute(True)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DefaultValueAttribute()>
<DescriptionAttribute("Sets the custom data to be sent to the client side, when client binding is used and SerializeTag property is enabled.")>
Public Property Tag As String
Visual Basic (Usage)Copy Code
Dim instance As WebGridRow
Dim value As String
 
instance.Tag = value
 
value = instance.Tag
C# 
[BrowsableAttribute(false)]
[NotifyParentPropertyAttribute(true)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
[DescriptionAttribute("Sets the custom data to be sent to the client side, when client binding is used and SerializeTag property is enabled.")]
public string Tag {get; set;}
Delphi 
public read-write property Tag: String; 
JScript 
BrowsableAttribute()
NotifyParentPropertyAttribute()
DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
DefaultValueAttribute()
DescriptionAttribute("Sets the custom data to be sent to the client side, when client binding is used and SerializeTag property is enabled.")
public function get,set Tag : String
Managed Extensions for C++ 
[BrowsableAttribute(false)]
[NotifyParentPropertyAttribute(true)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
[DescriptionAttribute("Sets the custom data to be sent to the client side, when client binding is used and SerializeTag property is enabled.")]
public: __property string* get_Tag();
public: __property void set_Tag( 
   string* value
);
C++/CLI 
[BrowsableAttribute(false)]
[NotifyParentPropertyAttribute(true)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
[DescriptionAttribute("Sets the custom data to be sent to the client side, when client binding is used and SerializeTag property is enabled.")]
public:
property String^ Tag {
   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.