Intersoft WebGrid Documentation
NewRowEditType Enumeration
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace : NewRowEditType Enumeration






Value representing new row edit type of the WebGridColumn in the WebGrid control.

Syntax

Visual Basic (Declaration) 
Public Enum NewRowEditType 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As NewRowEditType
C# 
public enum NewRowEditType : System.Enum 
Delphi 
public enum NewRowEditType = class(System.Enum)
JScript 
public enum NewRowEditType extends System.Enum
Managed Extensions for C++ 
__value public enum NewRowEditType : public System.Enum 
C++/CLI 
public enum class NewRowEditType : public System.Enum 

Members

MemberDescription
CalendarComboWebGridColumn's new row can be edited in CalendarCombo style
CheckboxWebGridColumn's new row can be edited in CheckBox style
DropdownListWebGridColumn's new row can be edited in DropDownList style
NoEditWebGridColumn's new row can not be edited
SameAsEditTypeWebGridColumn's new row can be edited same as edit type
TextBoxWebGridColumn's new row can be edited in TextBox style

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebGrid.NewRowEditType

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.