ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / FilterMemberPath Property

In This Topic
    FilterMemberPath Property (DataGridComboBoxColumn)
    In This Topic
    Gets or sets a property name, or a period-delimited hierarchy of property names, that indicates the member to filter by.
    Syntax
    'Declaration
     
    
    Public Property FilterMemberPath As String
    public string FilterMemberPath {get; set;}

    Property Value

    The path to the data-item member to filter by.
    See Also