ObjectList.Details Property

Returns the panel that contains a device-specific details view.

Namespace: System.Web.UI.MobileControls
Assembly: System.Web.Mobile (in system.web.mobile.dll)

[BindableAttribute(false)] 
public:
property Panel^ Details {
	Panel^ get ();
}
/** @property */
public Panel get_Details ()

public function get Details () : Panel

Not applicable.

Property Value

A panel that contains a device-specific details view.

Exception typeCondition

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.

Windows 98, Windows Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1

Community Additions

ADD
Show: