Class TwoWayBindingProperty<TView, TValue>

    Definition

    Namespace:
    Tizen.NUI.Binding
    Assembly:
    Tizen.NUI.dll

    This class represents a two-way binding property between a view and its value.

    public class TwoWayBindingProperty<TView, TValue> : BindingProperty<TView, TValue>
    Inheritance
    object
    BindingProperty<TView, TValue>
    TwoWayBindingProperty<TView, TValue>

    Properties

    View Source

    AddObserver

    Gets or sets the action that adds an observer to the view.

    Declaration
    public Action<TView, Action> AddObserver { get; set; }
    Property Value
    Type Description
    Action<, ><TView, Action>
    View Source

    Getter

    Gets or sets the function that retrieves the value from the view.

    Declaration
    public Func<TView, TValue> Getter { get; set; }
    Property Value
    Type Description
    Func<, ><TView, TValue>
    View Source

    RemoveObserver

    Gets or sets the action that removes an observer from the view.

    Declaration
    public Action<TView, Action> RemoveObserver { get; set; }
    Property Value
    Type Description
    Action<, ><TView, Action>

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX