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






Specifies whether or not to allow users to perform multiple (batch) client side editing.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies whether or not to allow users to perform multiple (batch) client side editing.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property AllowBatchUpdate As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Boolean
 
instance.AllowBatchUpdate = value
 
value = instance.AllowBatchUpdate
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies whether or not to allow users to perform multiple (batch) client side editing.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public bool AllowBatchUpdate {get; set;}
Delphi 
public read-write property AllowBatchUpdate: Boolean; 
JScript 
DefaultValueAttribute()
DescriptionAttribute("Specifies whether or not to allow users to perform multiple (batch) client side editing.")
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set AllowBatchUpdate : boolean
Managed Extensions for C++ 
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies whether or not to allow users to perform multiple (batch) client side editing.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property bool get_AllowBatchUpdate();
public: __property void set_AllowBatchUpdate( 
   bool value
);
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies whether or not to allow users to perform multiple (batch) client side editing.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property bool AllowBatchUpdate {
   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.