Intersoft WebGrid Documentation
IsRowChecker Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridColumn Class : IsRowChecker Property






Gets or sets whether this column should act as row checker.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets or sets whether this column should act as row checker.")>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
Public Property IsRowChecker As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGridColumn
Dim value As Boolean
 
instance.IsRowChecker = value
 
value = instance.IsRowChecker
C# 
[DescriptionAttribute("Gets or sets whether this column should act as row checker.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public bool IsRowChecker {get; set;}
Delphi 
public read-write property IsRowChecker: Boolean; 
JScript 
DescriptionAttribute("Gets or sets whether this column should act as row checker.")
NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
public function get,set IsRowChecker : boolean
Managed Extensions for C++ 
[DescriptionAttribute("Gets or sets whether this column should act as row checker.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public: __property bool get_IsRowChecker();
public: __property void set_IsRowChecker( 
   bool value
);
C++/CLI 
[DescriptionAttribute("Gets or sets whether this column should act as row checker.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public:
property bool IsRowChecker {
   bool get();
   void set (    bool value);
}

Remarks

WebGrid.NET Enterprise 5.0 allows you to create efficient multiple rows selection grid interface quickly using WebGridColumn's IsRowChecker property. You will find some automated behavior when working in this mode, such as select/deselect all checkbox in column header, application of CheckedRowStyle, and batch multiple rows selection by pressing Shift key.

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.