FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridColumnFilterLoadingEventArgs Class / DataFilter Property

In This Topic
    DataFilter Property
    In This Topic
    Gets the data filter that will be displayed for column filtering.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataFilter As C1.WPF.DataFilter.C1DataFilter
    public C1.WPF.DataFilter.C1DataFilter DataFilter {get;}
    See Also