protected override string GetPropertyDisplayValue()
 {
     return(_helper.GetDisplayText(MemberInfo.GetValue(CurrentObject), EmptyValue, DisplayFormat));
 }
 protected override string GetPropertyDisplayValue()
 {
     return(_helper.GetDisplayText(MemberInfo.GetValue(CurrentObject), CaptionHelper.NullValueText, DisplayFormat));
 }