ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridFilterLoadingEventArgs Class / Filter Property

In This Topic
    Filter Property (DataGridFilterLoadingEventArgs)
    In This Topic
    Gets or sets the filter that will be used for this column.
    Syntax
    'Declaration
     
    
    Public Property Filter As IDataGridFilter
    public IDataGridFilter Filter {get; set;}
    See Also