Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ListColumn Class / MemberPath Property


In This Topic
    MemberPath Property
    In This Topic
    Gets or sets the name or path of the property that is displayed for each data item.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property MemberPath As String
    'Usage
     
    Dim instance As ListColumn
    Dim value As String
     
    instance.MemberPath = value
     
    value = instance.MemberPath
    [DefaultValue("")]
    public string MemberPath {get; set;}

    Property Value

    The name or path of the property that is displayed for each the data item in the GcListBox. The default is an empty string ("").
    See Also