FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridFilterCell Class / Column Property

In This Topic
    Column Property (GridFilterCell)
    In This Topic
    Property used to hold the column the filter is bound to.
    Syntax
    'Declaration
     
    Public Property Column As GridColumn
    public GridColumn Column {get; set;}
    See Also