Since I can't get CardView to start up in NEW mode. I'll use a normal view to CREATE the object.
How do I set the currency to have a MAXIMUM and MINIMUM value ??? below
@Html.DevExpress().TextBoxFor(m => m.Amount, settings =>
{
settings.Properties.DisplayFormatString = "C";
??? settings.Properties.MinValue = 0;
??? settings.Properties.MaxValue = ViewBag.MaximumAmount;
}).GetHtml()