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






Specifies whether WebGrid should prompt users when undo all changes operation is being invoked.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Specifies whether WebGrid should prompt users when undo all changes operation is being invoked.")>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property PromptOnUndoAllChanges As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGridBatchUpdateSettings
Dim value As Boolean
 
instance.PromptOnUndoAllChanges = value
 
value = instance.PromptOnUndoAllChanges
C# 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies whether WebGrid should prompt users when undo all changes operation is being invoked.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public bool PromptOnUndoAllChanges {get; set;}
Delphi 
public read-write property PromptOnUndoAllChanges: Boolean; 
JScript 
NotifyParentPropertyAttribute()
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Specifies whether WebGrid should prompt users when undo all changes operation is being invoked.")
ISNet.Serialization.XmlSerializableAttribute()
public function get,set PromptOnUndoAllChanges : boolean
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies whether WebGrid should prompt users when undo all changes operation is being invoked.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property bool get_PromptOnUndoAllChanges();
public: __property void set_PromptOnUndoAllChanges( 
   bool value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies whether WebGrid should prompt users when undo all changes operation is being invoked.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property bool PromptOnUndoAllChanges {
   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.