public override void SetValue(object component, object value)
 {
     DisplayColumn.SetValue(component as RowItem, PivotKey, value);
 }