XhtmlObjectListAdapter::HasItemDetails Method ()

 

Returns a Boolean value indicating whether a list item can display all fields of an item. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls.Adapters.XhtmlAdapters
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

protected:
virtual bool HasItemDetails()

Return Value

Type: System::Boolean

true if all fields of a list item can be displayed; otherwise, false.

The value of the HasItemDetails method indicates that the item needs a details view in order for the user to see all the data.

.NET Framework
Available since 2.0
Return to top
Show: