Cirrious.MvvmCross.Dialog.Touch.Dialog.Elements.StyledStringElement.UpdateDetailDisplay C# (CSharp) Method

UpdateDetailDisplay() protected method

protected UpdateDetailDisplay ( UITableViewCell cell ) : void
cell UITableViewCell
return void
        protected override void UpdateDetailDisplay(UITableViewCell cell)
        {
            // note that we deliberately do not call the base class here
            PrepareCell(cell);
        }