ComponentOne DataGrid for WPF and Silverlight
FilterMemberPath Property (DataGridColumn)

C1.WPF.DataGrid Namespace > DataGridColumn Class : FilterMemberPath Property
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 System.String
public System.string FilterMemberPath {get; set;}

Property Value

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

Reference

DataGridColumn Class
DataGridColumn Members