[]
Gets or sets a string value that represents the binding field name in the current binding data source.
[TypeConverter("System.Windows.Forms.Design.DataMemberFieldConverter, System.Design")]
public string DataPropertyName { get; set; }
<TypeConverter("System.Windows.Forms.Design.DataMemberFieldConverter, System.Design")>
Public Property DataPropertyName As String
| Type | Description |
|---|---|
| string | A string value that indicates the property name of the data source. |