Intersoft WebGrid Documentation
AllowEdit Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > LayoutSet Class : AllowEdit Property






Specifies whether or not to allow users edit and modify data.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<DescriptionAttribute("Specifies whether or not to allow users edit and modify data.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property AllowEdit As Edit
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Edit
 
instance.AllowEdit = value
 
value = instance.AllowEdit
C# 
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Specifies whether or not to allow users edit and modify data.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public Edit AllowEdit {get; set;}
Delphi 
public read-write property AllowEdit: Edit; 
JScript 
DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute()
DescriptionAttribute("Specifies whether or not to allow users edit and modify data.")
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set AllowEdit : Edit
Managed Extensions for C++ 
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Specifies whether or not to allow users edit and modify data.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property Edit get_AllowEdit();
public: __property void set_AllowEdit( 
   Edit value
);
C++/CLI 
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Specifies whether or not to allow users edit and modify data.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property Edit AllowEdit {
   Edit get();
   void set (    Edit value);
}

Remarks

This feature only applicable to WebGrid.NET Enterprise Edition

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

Reference

LayoutSet Class
LayoutSet Members

Tasks

How-to: Perform editing a row

Concepts

Advanced User Interactions

©2012 Intersoft Solutions Corp. All Rights Reserved.