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






Syntax

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