FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridColumn Class / FilterMemberPath Property

In This Topic
    FilterMemberPath Property (GridColumn)
    In This Topic
    Gets or sets the path used to filter this column.
    Syntax
    'Declaration
     
    Public Property FilterMemberPath As String
    public string FilterMemberPath {get; set;}
    Remarks
    If no FilterMemberPath is specified, the Binding property will be used.
    See Also