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






Gets or sets the edit type used in new row for this column.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets or sets the edit type used in new row for this column.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property NewRowEditType As NewRowEditType
Visual Basic (Usage)Copy Code
Dim instance As WebGridColumn
Dim value As NewRowEditType
 
instance.NewRowEditType = value
 
value = instance.NewRowEditType
C# 
[DescriptionAttribute("Gets or sets the edit type used in new row for this column.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public NewRowEditType NewRowEditType {get; set;}
Delphi 
public read-write property NewRowEditType: NewRowEditType; 
JScript 
DescriptionAttribute("Gets or sets the edit type used in new row for this column.")
ISNet.Serialization.XmlSerializableAttribute()
DefaultValueAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set NewRowEditType : NewRowEditType
Managed Extensions for C++ 
[DescriptionAttribute("Gets or sets the edit type used in new row for this column.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property NewRowEditType get_NewRowEditType();
public: __property void set_NewRowEditType( 
   NewRowEditType value
);
C++/CLI 
[DescriptionAttribute("Gets or sets the edit type used in new row for this column.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property NewRowEditType NewRowEditType {
   NewRowEditType get();
   void set (    NewRowEditType 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.