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