'Declaration Public Property Binding As Binding
'Usage Dim instance As BindingDataField Dim value As Binding instance.Binding = value value = instance.Binding
public Binding Binding {get; set;}
Property Value
A value of type System.Windows.Data.Binding. If the value isnull
, the data field cannot work.