Share via


ObjectList.DetailsCommandText 속성

정의

자세히 보기를 표시하는 메뉴 항목에 사용되는 텍스트를 가져오거나 설정합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

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 브라우저에만 표시됩니다.

적용 대상

추가 정보