ObjectList.DetailsCommandText Właściwość

Definicja

Pobiera lub ustawia tekst używany dla elementu menu, który pokazuje widok szczegółów. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & 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

Wartość właściwości

Tekst używany dla elementu menu, który pokazuje widok szczegółów.

Atrybuty

Uwagi

Jeśli spróbujesz ustawić ciąg dłuższy niż można wyświetlić, zostanie wyświetlona wartość domyślna. Domyślny tekst to "Go".

Uwaga

Ta etykieta jest wyświetlana tylko w przeglądarkach WAP.

Dotyczy

Zobacz też