Class Binding

    Definition

    Namespace:
    Tizen.NUI.Binding
    Assembly:
    Tizen.NUI.dll
    public sealed class Binding : BindingBase
    Inheritance
    object
    BindingBase
    Binding

    Constructors

    View Source

    Binding()

    Declaration
    public Binding()
    View Source

    Binding(string, BindingMode, IValueConverter, object, string, object)

    Declaration
    public Binding(string path, BindingMode mode = BindingMode.Default, IValueConverter converter = null, object converterParameter = null, string stringFormat = null, object source = null)
    Parameters
    Type Name Description
    string path
    BindingMode mode
    IValueConverter converter
    object converterParameter
    string stringFormat
    object source

    Properties

    View Source

    Converter

    Declaration
    public IValueConverter Converter { get; set; }
    Property Value
    Type Description
    IValueConverter
    View Source

    ConverterParameter

    Declaration
    public object ConverterParameter { get; set; }
    Property Value
    Type Description
    object
    View Source

    Path

    Declaration
    public string Path { get; set; }
    Property Value
    Type Description
    string
    View Source

    Source

    Declaration
    public object Source { get; set; }
    Property Value
    Type Description
    object
    View Source

    UpdateSourceEventName

    Declaration
    public string UpdateSourceEventName { get; set; }
    Property Value
    Type Description
    string

    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