ObjectList::Details Property
.NET Framework (current version)
Returns the panel that contains a device-specific details view. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
public: [BindableAttribute(false)] [BrowsableAttribute(false)] property Panel^ Details { Panel^ get(); }
Property Value
Type: System.Web.UI.MobileControls::Panel^A panel that contains a device-specific details view.
| Exception | Condition |
|---|---|
| Exception | the current view is not the details view. |
The details view has a table that lists each field title and value. In addition, it lists all the commands associated with an item. For some devices, this view also contains a link that returns the user to the list view.
.NET Framework
Available since 1.1
Available since 1.1
ObjectList Class
System.Web.UI.MobileControls Namespace
Introduction to the ObjectList Control
Creating Custom Mobile Controls
Introduction to the DeviceSpecific Control
Show: