DataPointCustomProperties.PostBackValue Propriété

Définition

Obtient ou définit la valeur de publication (postback) qui peut être traitée sur un événement Click.

public:
 property System::String ^ PostBackValue { System::String ^ get(); void set(System::String ^ value); };
public string PostBackValue { get; set; }
member this.PostBackValue : string with get, set
Public Property PostBackValue As String

Valeur de propriété

Valeur de publication (postback) passée à un événement Click.

Implémente

S’applique à