Share via


ObjectList.DetailsCommandText 屬性

定義

取得或設定顯示詳細資料檢視之功能表項目所使用的文字。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

public:
 property System::String ^ DetailsCommandText { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Browsable(true)]
public string DetailsCommandText { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Browsable(true)>]
member this.DetailsCommandText : string with get, set
Public Property DetailsCommandText As String

屬性值

顯示詳細資料檢視之功能表項目所使用的文字。

屬性

備註

如果您嘗試設定超過可顯示的字串,則會顯示預設值。 默認文字為 “Go”。

注意

此標籤只會顯示在 WAP 瀏覽器上。

適用於

另請參閱