2011年7月24日 星期日

System.Web.UI.WebControls 繼承說明

繼承階層架構

System.Web.UI.WebControls.WebControl
 System.Web.UI.WebControls.TableRow <--最大
System.Web.UI.WebControls.DataGridItem
System.Web.UI.WebControls.DetailsViewRow
System.Web.UI.WebControls.FormViewRow
System.Web.UI.WebControls.GridViewRow
System.Web.UI.WebControls.TableFooterRow
System.Web.UI.WebControls.TableHeaderRow

【TableRow 類別】
System.Web.UI.WebControls
TableRow 成員
TableRow 建構函式
TableRow 方法
TableRow 屬性
TableRow 事件
類別:TableRow 類別表示 【ASP.20 Table 控制項】中的資料列。
說明:您可以使用 Cells 集合,以程式設計的方式管理資料列中的儲存格。Cells 集合為表示資料列中儲存格的 TableCell 物件集合。

【GridView 類別】
System.Web.UI.WebControls
類別:在資料表中顯示資料來源的值,其中每個資料行表示一個欄位,每個資料列表示一個資料錄。
GridView 成員
GridView 建構函式
GridView 方法
GridView 屬性
.Rows:取得 GridViewRow 物件的集合,其表示 GridView 控制項中的資料列。
(說明)GridView 控制項將所有資料列儲存在 Rows 集合中。
GridView 事件


【GridViewRow 類別】
System.Web.UI.WebControls
類別:GridView 控制項中的個別資料列。
說明:GridViewRow 類別用來表示 GridView 控制項中的個別資料列。GridView 控制項中的每個資料列都有指定的資料列型別。下表列出各種資料列型別。
GridViewRow 成員
GridViewRow 建構函式
GridViewRow 方法
GridViewRow 屬性
.Cells:取得 TableCell 物件的集合,表示 Table 控制項中資料列的儲存格。 (繼承自 TableRow)。
(說明):只有在以程式設計方式建置 Table 控制項時,才會使用這個屬性。在設計階段,這個屬性經由宣告 TableCell 物件來設定。
GridViewRow 事件

【TableCell 類別】
System.Web.UI.WebControls
類別:【Table 控制項】中的儲存格。
說明:TableCell 類別表示 Table 控制項中的儲存格。您可以使用 Text 屬性,指定或確定儲存格的內容。
TableCell 成員
TableCell 建構函式
TableCell 方法
TableCell 屬性
TableCell 事件

沒有留言:

張貼留言