DataPointCustomProperties.LabelPostBackValue Property

Definition

Gets or sets the postback value which can be processed on a Click event.

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

Property Value

The postback value that is passed to a Click event.

Applies to