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

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

    Parameters

    column
    See Also