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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Gets or sets the javascript function name that represents the data item type. This property is required for editing operation.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<DefaultValueAttribute()>
Public Property ItemTypeName As String
Visual Basic (Usage)Copy Code
Dim instance As WebGridClientBindingSettings
Dim value As String
 
instance.ItemTypeName = value
 
value = instance.ItemTypeName
C# 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets the javascript function name that represents the data item type. This property is required for editing operation.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
public string ItemTypeName {get; set;}
Delphi 
public read-write property ItemTypeName: String; 
JScript 
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Gets or sets the javascript function name that represents the data item type. This property is required for editing operation.")
ISNet.Serialization.XmlSerializableAttribute()
DefaultValueAttribute()
public function get,set ItemTypeName : String
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets the javascript function name that represents the data item type. This property is required for editing operation.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
public: __property string* get_ItemTypeName();
public: __property void set_ItemTypeName( 
   string* value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets the javascript function name that represents the data item type. This property is required for editing operation.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
public:
property String^ ItemTypeName {
   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.