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






Specifies whether the row's tag should be serialized to client side, when client binding is enabled.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<CategoryAttribute("Data")>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies whether the row's tag should be serialized to client side, when client binding is enabled.")>
Public Property SerializeTagToClient As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGrid
Dim value As Boolean
 
instance.SerializeTagToClient = value
 
value = instance.SerializeTagToClient
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Data")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies whether the row's tag should be serialized to client side, when client binding is enabled.")]
public bool SerializeTagToClient {get; set;}
Delphi 
public read-write property SerializeTagToClient: Boolean; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
CategoryAttribute("Data")
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
DescriptionAttribute("Specifies whether the row's tag should be serialized to client side, when client binding is enabled.")
public function get,set SerializeTagToClient : boolean
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Data")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies whether the row's tag should be serialized to client side, when client binding is enabled.")]
public: __property bool get_SerializeTagToClient();
public: __property void set_SerializeTagToClient( 
   bool value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Data")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies whether the row's tag should be serialized to client side, when client binding is enabled.")]
public:
property bool SerializeTagToClient {
   bool get();
   void set (    bool 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.