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






Determines whether WebGrid should automatically restore multiple row selection state after FlyPostBack actions.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<DescriptionAttribute("Determines whether WebGrid should automatically restore multiple row selection state after FlyPostBack actions.")>
<NotifyParentPropertyAttribute(True)>
Public Property RestoreRowSelection As RestoreSelection
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As RestoreSelection
 
instance.RestoreRowSelection = value
 
value = instance.RestoreRowSelection
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Determines whether WebGrid should automatically restore multiple row selection state after FlyPostBack actions.")]
[NotifyParentPropertyAttribute(true)]
public RestoreSelection RestoreRowSelection {get; set;}
Delphi 
public read-write property RestoreRowSelection: RestoreSelection; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
DescriptionAttribute("Determines whether WebGrid should automatically restore multiple row selection state after FlyPostBack actions.")
NotifyParentPropertyAttribute()
public function get,set RestoreRowSelection : RestoreSelection
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Determines whether WebGrid should automatically restore multiple row selection state after FlyPostBack actions.")]
[NotifyParentPropertyAttribute(true)]
public: __property RestoreSelection get_RestoreRowSelection();
public: __property void set_RestoreRowSelection( 
   RestoreSelection value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Determines whether WebGrid should automatically restore multiple row selection state after FlyPostBack actions.")]
[NotifyParentPropertyAttribute(true)]
public:
property RestoreSelection RestoreRowSelection {
   RestoreSelection get();
   void set (    RestoreSelection 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.