TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / CheckListBindingInfo Class / DisplayMemberPath Property

In This Topic
    DisplayMemberPath Property (CheckListBindingInfo)
    In This Topic
    Gets or sets a path to a value on the source object to serve as the visual representation of the object.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("")>
    <C1CategoryAttribute("Data")>
    <C1DescriptionAttribute("C1CheckList.DisplayMemberPath", "Gets or sets a path to a value on the source object to serve as the visual representation of the object.")>
    Public Property DisplayMemberPath As String
    [DefaultValue("")]
    [C1Category("Data")]
    [C1Description("C1CheckList.DisplayMemberPath", "Gets or sets a path to a value on the source object to serve as the visual representation of the object.")]
    public string DisplayMemberPath {get; set;}
    See Also