共用方式為


DataPointCustomProperties.LabelPostBackValue 屬性

定義

取得或設定可在 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

屬性值

傳遞至Click事件的回傳值。

適用於