Intersoft WebGrid Documentation
AllowUndoChanges Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridBatchUpdateSettings Class : AllowUndoChanges Property






Specifies whether or not user is allowed to undo pending changes.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Specifies whether or not user is allowed to undo pending changes.")>
Public Property AllowUndoChanges As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGridBatchUpdateSettings
Dim value As Boolean
 
instance.AllowUndoChanges = value
 
value = instance.AllowUndoChanges
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies whether or not user is allowed to undo pending changes.")]
public bool AllowUndoChanges {get; set;}
Delphi 
public read-write property AllowUndoChanges: Boolean; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Specifies whether or not user is allowed to undo pending changes.")
public function get,set AllowUndoChanges : boolean
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies whether or not user is allowed to undo pending changes.")]
public: __property bool get_AllowUndoChanges();
public: __property void set_AllowUndoChanges( 
   bool value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies whether or not user is allowed to undo pending changes.")]
public:
property bool AllowUndoChanges {
   bool get();
   void set (    bool 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.