1 write to MoreText
System.Web.Mobile (1)
UI\MobileControls\Design\ObjectListGeneralPage.cs (1)
229objectList.MoreText = _txtMoreText.Text;
7 references to MoreText
System.Web.Mobile (7)
UI\MobileControls\Adapters\HtmlObjectListAdapter.cs (4)
239String moreText = Control.MoreText.Length == 0 ? 241Control.MoreText; 323String moreText = Control.MoreText.Length == 0 ? 325Control.MoreText;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (2)
521String controlMT = Control.MoreText; 580String controlMT = Control.MoreText;
UI\MobileControls\Design\ObjectListGeneralPage.cs (1)
167_txtMoreText.Text = objectList.MoreText;