ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid.Filters Namespace / DataGridFilterRow Class / CreateCellContent Method

In This Topic
    CreateCellContent Method (DataGridFilterRow)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateCellContent( _
       ByVal column As DataGridColumn _
    ) As FrameworkElement
    protected override FrameworkElement CreateCellContent( 
       DataGridColumn column
    )

    Parameters

    column
    See Also