ListControlDesigner.DataValueField 属性

定义

获取或设置控件的数据值字段。

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

属性值

String

列表控件的 DataValueField

注解

DataValueField 属性通过设计器 DataValueField 访问关联的控件的属性,该属性指示提供列表项的值内容的数据源的字段。

适用于

另请参阅