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

In This Topic
    Filter Property (DataGridComboBoxColumn)
    In This Topic
    Gets or sets the filter used in this column.
    Syntax
    'Declaration
     
    
    Public Property Filter As IDataGridFilter
    public IDataGridFilter Filter {get; set;}

    Property Value

    The filter that will be displayed when the options drop-down in the column header is opened.
    See Also