ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / FilterSourceInfo Class / TextMemberPath Property

In This Topic
    TextMemberPath Property
    In This Topic
    Text member path use to represent for ValueMemberPath
    Syntax
    'Declaration
     
    
    Public Property TextMemberPath As String
    public string TextMemberPath {get; set;}
    See Also