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






Value indicating whether user is allowed to add a new data in the WebGrid control.

Syntax

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

Members

MemberDescription
DefaultThe default setting of this property. For parent table, user is not allowed to add new data. For child table, it will follow the property value of the parent table.
NoUser is not allowed to add new data from WebGrid control.
YesUser is allowed to add new data from WebGrid control.

Inheritance Hierarchy

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

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.