TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / BindingInfo Class / BindingMode Property

In This Topic
    BindingMode Property (BindingInfo)
    In This Topic
    Gets or sets a value indicating type of the bound mode.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Data")>
    <C1DescriptionAttribute("BindingInfo.BindingMode", "Gets or sets a value indicating type of the bound mode.")>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property BindingMode As BindingMode
    [C1Category("Data")]
    [C1Description("BindingInfo.BindingMode", "Gets or sets a value indicating type of the bound mode.")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public BindingMode BindingMode {get; set;}
    See Also