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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Gets or sets the client data load behavior.")>
<DefaultValueAttribute()>
Public Property DataLoadMode As ISNet.WebUI.ClientDataLoadMode
Visual Basic (Usage)Copy Code
Dim instance As WebGridClientBindingSettings
Dim value As ISNet.WebUI.ClientDataLoadMode
 
instance.DataLoadMode = value
 
value = instance.DataLoadMode
C# 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets the client data load behavior.")]
[DefaultValueAttribute()]
public ISNet.WebUI.ClientDataLoadMode DataLoadMode {get; set;}
Delphi 
public read-write property DataLoadMode: ISNet.WebUI.ClientDataLoadMode; 
JScript 
NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Gets or sets the client data load behavior.")
DefaultValueAttribute()
public function get,set DataLoadMode : ISNet.WebUI.ClientDataLoadMode
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets the client data load behavior.")]
[DefaultValueAttribute()]
public: __property ISNet.WebUI.ClientDataLoadMode get_DataLoadMode();
public: __property void set_DataLoadMode( 
   ISNet.WebUI.ClientDataLoadMode value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets the client data load behavior.")]
[DefaultValueAttribute()]
public:
property ISNet.WebUI.ClientDataLoadMode DataLoadMode {
   ISNet.WebUI.ClientDataLoadMode get();
   void set (    ISNet.WebUI.ClientDataLoadMode 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.