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

In This Topic
    ValueMemberPath Property (DataGridComboBoxTextFilter)
    In This Topic
    Gets or sets the value member path used to build the list of values of the predicate.
    Syntax
    'Declaration
     
    
    Public Property ValueMemberPath As String
    public string ValueMemberPath {get; set;}

    Property Value

    The value member path.
    See Also