Class BindingBase

    Definition

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

    An abstract class that provides a BindingMode and a formatting option.

    public abstract class BindingBase
    Inheritance
    object
    BindingBase
    Derived
    Binding
    Binding
    TypedBindingBase
    TypedBindingBase

    Properties

    View Source

    FallbackValue

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

    Mode

    Gets or sets the mode for this binding.

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

    StringFormat

    Gets or sets the string format for this binding.

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

    TargetNullValue

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

    Methods

    View Source

    DisableCollectionSynchronization(IEnumerable)

    Stops synchronization on the collection.

    Declaration
    public static void DisableCollectionSynchronization(IEnumerable collection)
    Parameters
    Type Name Description
    IEnumerable collection

    The collection on which to stop synchronization.

    View Source

    EnableCollectionSynchronization(IEnumerable, object, CollectionSynchronizationCallback)

    Declaration
    public static void EnableCollectionSynchronization(IEnumerable collection, object context, CollectionSynchronizationCallback callback)
    Parameters
    Type Name Description
    IEnumerable collection
    object context
    CollectionSynchronizationCallback callback
    View Source

    ThrowIfApplied()

    Throws an InvalidOperationException if the binding has been applied.

    Declaration
    protected void ThrowIfApplied()

    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