ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Filters Namespace / DataGridMultiLineFilter Class / CreateNewItem Method
The filter info that the new item will show.

In This Topic
    CreateNewItem Method (DataGridMultiLineFilter)
    In This Topic
    When inherited, creates an initializes new item.
    Syntax
    'Declaration
     
    
    Protected MustOverride Function CreateNewItem( _
       Optional ByVal filterInfo As DataGridFilterInfo _
    ) As Object
    protected abstract object CreateNewItem( 
       DataGridFilterInfo filterInfo
    )

    Parameters

    filterInfo
    The filter info that the new item will show.
    See Also