WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridImageColumn Class / FilterMemberPath Property
In This Topic
    FilterMemberPath Property (GridImageColumn)
    In This Topic
    Gets or sets the path used to filter this column.
    Syntax
    public string FilterMemberPath {get; set;}
    Remarks
    If no FilterMemberPath is specified, the Binding property will be used.
    See Also