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

In This Topic
    ParentKeyField Property (BindingInfo)
    In This Topic
    Gets or sets a value representing the data source field identifying the parent record in this data source.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Data")>
    <C1DescriptionAttribute("BindingInfo.ParentKeyField", "Gets or sets a value representing the data source field identifying the parent record in this data source.")>
    <DefaultValueAttribute("")>
    Public Property ParentKeyField As String
    [C1Category("Data")]
    [C1Description("BindingInfo.ParentKeyField", "Gets or sets a value representing the data source field identifying the parent record in this data source.")]
    [DefaultValue("")]
    public string ParentKeyField {get; set;}
    See Also