Class BindingProperty<TView, TValue>
Definition
- Assembly:
- Tizen.NUI.dll
The BindingProperty class represents a binding property for a view.
public class BindingProperty<TView, TValue>
- Inheritance
-
objectBindingProperty<TView, TValue>
- Derived
Properties
View SourceSetter
Gets or sets the setter action for the binding property.
Declaration
public Action<TView, TValue> Setter { get; set; }
Property Value
| Type | Description |
|---|---|
| Action<, ><TView, TValue> |