Share via


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 事件的回发值。

适用于