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

UpdateCaptionDisplay() protected method

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