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






Gets or sets the WebGridTable object that is used as the root table in the WebGrid.NET control.

Syntax

Visual Basic (Declaration) 
<ISNet.PersistLayoutAttribute(False)>
<ISNet.Serialization.BinarySerializableAttribute()>
<BrowsableAttribute(False)>
<ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)>
<DefaultValueAttribute()>
<DescriptionAttribute()>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Data")>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
Public Property RootTable As WebGridTable
Visual Basic (Usage)Copy Code
Dim instance As WebGrid
Dim value As WebGridTable
 
instance.RootTable = value
 
value = instance.RootTable
C# 
[ISNet.PersistLayoutAttribute(false)]
[ISNet.Serialization.BinarySerializableAttribute()]
[BrowsableAttribute(false)]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[DefaultValueAttribute()]
[DescriptionAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Data")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public WebGridTable RootTable {get; set;}
Delphi 
public read-write property RootTable: WebGridTable; 
JScript 
ISNet.PersistLayoutAttribute()
ISNet.Serialization.BinarySerializableAttribute()
BrowsableAttribute()
ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)
DefaultValueAttribute()
DescriptionAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
NotifyParentPropertyAttribute()
CategoryAttribute("Data")
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
public function get,set RootTable : WebGridTable
Managed Extensions for C++ 
[ISNet.PersistLayoutAttribute(false)]
[ISNet.Serialization.BinarySerializableAttribute()]
[BrowsableAttribute(false)]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[DefaultValueAttribute()]
[DescriptionAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Data")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public: __property WebGridTable* get_RootTable();
public: __property void set_RootTable( 
   WebGridTable* value
);
C++/CLI 
[ISNet.PersistLayoutAttribute(false)]
[ISNet.Serialization.BinarySerializableAttribute()]
[BrowsableAttribute(false)]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[DefaultValueAttribute()]
[DescriptionAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Data")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public:
property WebGridTable^ RootTable {
   WebGridTable^ get();
   void set (    WebGridTable^ value);
}

Remarks

RootTable is the top level and central object in WebGrid control and can contains unlimited WebGridTable when work in Hierarchical mode.

The object provides many properties that allow you to customize the appearance, look & feel and behavior of the Table.

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.