public virtual bool CanChangeDisplayFormat()
 {
     return(TargetProperty != null &&
            TargetProperty.CanChangeDisplayFormat());
 }