HtmlObjectListAdapter.ShouldRenderAsTable Method ()
Returns a Boolean that indicates whether the list must be rendered as a table. 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)
This method can be overridden in order to change the manner in which the list view is rendered.
Note |
|---|
Even if the ShouldRenderAsTable method returns true, the target device might not support tables, in which case the list view will not be rendered as a table. |
The ShouldRenderAsTable method returns a Boolean that indicates whether the specified table will fit on the target device screen, whereas the Tables property of the MobileCapabilities class returns a Boolean that indicates whether the device supports tables at all.
Available since 1.1
List
HtmlObjectListAdapter Class
System.Web.UI.MobileControls.Adapters Namespace
Architectural Overview of Adaptive Control Behavior
Adapter Sets Functionality
Control and Adapter Interaction
