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






Specifies the row's rendering layout mode.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Specifies the row's rendering layout mode.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property RowLayout As RowLayoutMode
Visual Basic (Usage)Copy Code
Dim instance As WebGridTable
Dim value As RowLayoutMode
 
instance.RowLayout = value
 
value = instance.RowLayout
C# 
[DescriptionAttribute("Specifies the row's rendering layout mode.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public RowLayoutMode RowLayout {get; set;}
Delphi 
public read-write property RowLayout: RowLayoutMode; 
JScript 
DescriptionAttribute("Specifies the row's rendering layout mode.")
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
public function get,set RowLayout : RowLayoutMode
Managed Extensions for C++ 
[DescriptionAttribute("Specifies the row's rendering layout mode.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property RowLayoutMode get_RowLayout();
public: __property void set_RowLayout( 
   RowLayoutMode value
);
C++/CLI 
[DescriptionAttribute("Specifies the row's rendering layout mode.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
property RowLayoutMode RowLayout {
   RowLayoutMode get();
   void set (    RowLayoutMode 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

Reference

WebGridTable Class
WebGridTable Members

Tasks

How-to: Set column's horizontal and vertical alignment
How-to: Set WebGrid's row layout

©2012 Intersoft Solutions Corp. All Rights Reserved.