ObjectList.MoreText Property
Assembly: System.Web.Mobile (in system.web.mobile.dll)
[BindableAttribute(true)] public: property String^ MoreText { String^ get (); void set (String^ value); }
/** @property */ public String get_MoreText () /** @property */ public void set_MoreText (String value)
public function get MoreText () : String public function set MoreText (value : String)
Property Value
The text string used for the More link used on HTML browsers to navigate to the details view.The More link is rendered to provide a link from the ListView of the ObjectList to the DetailsView of the ObjectList. The following conditions must be met for the More link to be rendered:
-
The DefaultCommand property must be set.
-
There must be additional fields or commands to be rendered in the details view.
The default rendering of the ObjectList displays the first field in the ListView as a link to the DetailsView page. Setting the DefaultCommand property overrides this link and causes it to raise the ItemCommand event. As a result, the More link is rendered to provide a link to the DetailsView.
Note |
|---|
| This property is not the same as the DetailsCommandText property, which is used on WAP browsers. |
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Note