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






Specifies whether or not to allow users delete data from within WebGrid.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Specifies whether or not to allow users delete data from within WebGrid.")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property AllowDelete As Delete
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Delete
 
instance.AllowDelete = value
 
value = instance.AllowDelete
C# 
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies whether or not to allow users delete data from within WebGrid.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public Delete AllowDelete {get; set;}
Delphi 
public read-write property AllowDelete: Delete; 
JScript 
NotifyParentPropertyAttribute()
DescriptionAttribute("Specifies whether or not to allow users delete data from within WebGrid.")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
public function get,set AllowDelete : Delete
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies whether or not to allow users delete data from within WebGrid.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property Delete get_AllowDelete();
public: __property void set_AllowDelete( 
   Delete value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies whether or not to allow users delete data from within WebGrid.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property Delete AllowDelete {
   Delete get();
   void set (    Delete 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

©2012 Intersoft Solutions Corp. All Rights Reserved.