ObjectList.Details Property

Definition

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 Mobile Apps & Sites with ASP.NET.

public:
 property System::Web::UI::MobileControls::Panel ^ Details { System::Web::UI::MobileControls::Panel ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public System.Web.UI.MobileControls.Panel Details { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.Details : System.Web.UI.MobileControls.Panel
Public ReadOnly Property Details As Panel

Property Value

A panel that contains a device-specific details view.

Attributes

Exceptions

the current view is not the details view.

Remarks

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.

Applies to

See also