Class Binding

Definition

Namespace:
Tizen.NUI.Binding
Assembly:
Tizen.NUI.dll
C#
Copy
public sealed class Binding : BindingBase
Inheritance

Constructors

View Source

Binding()

Declaration
C#
Copy
public Binding()
View Source

Binding(String, BindingMode, IValueConverter, Object, String, Object)

Declaration
C#
Copy
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
C#
Copy
public IValueConverter Converter { get; set; }
Property Value
Type Description
IValueConverter
View Source

ConverterParameter

Declaration
C#
Copy
public object ConverterParameter { get; set; }
Property Value
Type Description
Object
Declaration
C#
Copy
public string Path { get; set; }
Property Value
Type Description
String
View Source

Source

Declaration
C#
Copy
public object Source { get; set; }
Property Value
Type Description
Object
View Source

UpdateSourceEventName

Declaration
C#
Copy
public string UpdateSourceEventName { get; set; }
Property Value
Type Description
String

Extension Methods