ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridMultiValueFilter Class / ValueMemberPath Property

In This Topic
    ValueMemberPath Property (DataGridMultiValueFilter)
    In This Topic
    Gets or sets the name of the property or path of the items set in ItemsSource in order to filter by the value contained in that property.
    Syntax
    'Declaration
     
    
    Public Property ValueMemberPath As String
    public string ValueMemberPath {get; set;}

    Property Value

    The value member path.
    See Also