1 write to BackCommandText
System.Web.Mobile (1)
UI\MobileControls\Design\ObjectListGeneralPage.cs (1)
227
objectList.
BackCommandText
= _txtBackCommandText.Text;
10 references to BackCommandText
System.Web.Mobile (10)
UI\MobileControls\Adapters\HtmlObjectListAdapter.cs (4)
423
String backCommandText = Control.
BackCommandText
.Length == 0 ?
425
Control.
BackCommandText
;
490
String backCommandText = Control.
BackCommandText
.Length == 0 ?
492
Control.
BackCommandText
;
UI\MobileControls\Adapters\WmlObjectListAdapter.cs (2)
268
String backCommandText = Control.
BackCommandText
.Length == 0 ?
270
Control.
BackCommandText
;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (3)
270
String controlBCT = Control.
BackCommandText
;
346
String controlBCT = Control.
BackCommandText
;
349
Control.
BackCommandText
;
UI\MobileControls\Design\ObjectListGeneralPage.cs (1)
165
_txtBackCommandText.Text = objectList.
BackCommandText
;