Intersoft WebGrid Documentation
RowHeaders Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridTable Class : RowHeaders Property






Specifies whether or not to display row's header. Row headers are used to identify current selected row and can be clicked to select a row.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Specifies whether or not to display row's header.")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property RowHeaders As RowHeaders
Visual Basic (Usage)Copy Code
Dim instance As WebGridTable
Dim value As RowHeaders
 
instance.RowHeaders = value
 
value = instance.RowHeaders
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies whether or not to display row's header.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public RowHeaders RowHeaders {get; set;}
Delphi 
public read-write property RowHeaders: RowHeaders; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Specifies whether or not to display row's header.")
NotifyParentPropertyAttribute()
DefaultValueAttribute()
public function get,set RowHeaders : RowHeaders
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies whether or not to display row's header.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property RowHeaders get_RowHeaders();
public: __property void set_RowHeaders( 
   RowHeaders value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies whether or not to display row's header.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
property RowHeaders RowHeaders {
   RowHeaders get();
   void set (    RowHeaders value);
}

Remarks

The style is working in conjunction of AllowAddNew property and is applicable only to WebGrid.NET Enterprise Edition.

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.