public override object GetValue(object component)
 {
     return(DisplayColumn.GetValue(component as RowItem, PivotKey));
 }