Share via


DataPointCustomProperties.LabelPostBackValue Propiedad

Definición

Obtiene o establece el valor de postback que se puede procesar en un evento Click.

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

Valor de propiedad

El valor de postback que se pasa a un evento Click.

Se aplica a