ObjectList.BackCommandText Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le texte utilisé pour la commande à retourner à partir de la Details vue (accessible via une clé réversible ou un lien). Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez
public:
property System::String ^ BackCommandText { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Browsable(true)]
public string BackCommandText { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Browsable(true)>]
member this.BackCommandText : string with get, set
Public Property BackCommandText As String
Valeur de propriété
Texte utilisé pour la commande à retourner à partir de l’affichage Details .
- Attributs
Remarques
Le texte par défaut est « Précédent ».
Note
Cette étiquette s’affiche sur les navigateurs WAP et en mode HTML.