Binding Property
Binding
Gets or sets the binding.
Declaration
public Binding Binding { get; set; }
Public Property Binding As Binding
Property Value
| Type |
Description |
| Binding |
A value of type Binding.
If the value is null, the data field cannot work.
|