ObjectListViewMode 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.
指定物件清單的顯示模式。 此類別無法獲得繼承。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。
public enum class ObjectListViewMode
public enum ObjectListViewMode
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public enum ObjectListViewMode
type ObjectListViewMode =
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type ObjectListViewMode =
Public Enum ObjectListViewMode
- 繼承
- 屬性
欄位
Commands | 1 | WML 中的命令檢視。 這是第一次呈現包含物件清單的頁面時,預設顯示的檢視。 它會包含項目的標籤 (Label) 欄位,或者當 TableFields 不是空白時,也有可能出現一個資料表,其中的資料行對應至資料表欄位,而資料列對應至項目。 當 |
Details | 2 | 詳細資料檢視。 這個檢視只會為 WML 裝置個別呈現。 它包含具有 ObjectList 命令的功能表,以及顯示 |
List | 0 | 清單檢視。 這個檢視會顯示項目的每一個欄位,包括標題和值。 在 HTML 中,這個檢視會與 |
備註
顯示模式可透過屬性取得 ViewMode 。 這個列舉可讓用戶設定控制件目前的顯示模式 ObjectList 。 如果您有 ObjectList 具有專案範本的 ,您可以在每個專案中放置按鈕、處理按鈕上的 Click 事件,並將檢視模式設定為 Details
檢視以顯示專案詳細數據。
注意
您必須先選取專案,再將此列舉設定為 Commands
或 Details
檢視。 嘗試在選取專案之前設定列舉,會擲回例外狀況。