Class BindingProperty<TView, TValue>

    Definition

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

    The BindingProperty class represents a binding property for a view.

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

    Properties

    View Source

    Setter

    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>

    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