Search Results for

    Show / Hide Table of Contents

    Class DynamicMenuBar.Binding

    Inheritance
    System.Object
    DynamicMenuBar.Binding
    Namespace: UICatalog.Scenarios
    Assembly: UICatalog.dll
    Syntax
    public class Binding : Object

    Constructors

    Binding(View, String, View, String, DynamicMenuBar.IValueConverter)

    Declaration
    public Binding(View source, string sourcePropertyName, View target, string targetPropertyName, DynamicMenuBar.IValueConverter valueConverter = null)
    Parameters
    Type Name Description
    View source
    System.String sourcePropertyName
    View target
    System.String targetPropertyName
    DynamicMenuBar.IValueConverter valueConverter

    Properties

    Source

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

    SourcePropertyName

    Declaration
    public string SourcePropertyName { get; }
    Property Value
    Type Description
    System.String

    Target

    Declaration
    public View Target { get; }
    Property Value
    Type Description
    View

    TargetPropertyName

    Declaration
    public string TargetPropertyName { get; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Generated by DocFX