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






Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Behavior")>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Gets or sets a value that determines the format used to exchange the control's data across client and server.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Overridable Property ControlDataTransferFormat As ISNet.WebUI.DataTransferFormat
Visual Basic (Usage)Copy Code
Dim instance As WebGrid
Dim value As ISNet.WebUI.DataTransferFormat
 
instance.ControlDataTransferFormat = value
 
value = instance.ControlDataTransferFormat
C# 
[CategoryAttribute("Behavior")]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets a value that determines the format used to exchange the control's data across client and server.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public virtual ISNet.WebUI.DataTransferFormat ControlDataTransferFormat {get; set;}
Delphi 
public read-write property ControlDataTransferFormat: ISNet.WebUI.DataTransferFormat; virtual; 
JScript 
CategoryAttribute("Behavior")
NotifyParentPropertyAttribute()
DescriptionAttribute("Gets or sets a value that determines the format used to exchange the control's data across client and server.")
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute()
public function get,set ControlDataTransferFormat : ISNet.WebUI.DataTransferFormat
Managed Extensions for C++ 
[CategoryAttribute("Behavior")]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets a value that determines the format used to exchange the control's data across client and server.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property virtual ISNet.WebUI.DataTransferFormat get_ControlDataTransferFormat();
public: __property virtual void set_ControlDataTransferFormat( 
   ISNet.WebUI.DataTransferFormat value
);
C++/CLI 
[CategoryAttribute("Behavior")]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets a value that determines the format used to exchange the control's data across client and server.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
virtual property ISNet.WebUI.DataTransferFormat ControlDataTransferFormat {
   ISNet.WebUI.DataTransferFormat get();
   void set (    ISNet.WebUI.DataTransferFormat 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.