SPMobileItemFieldIterator.NeedEllipsisRendering Property

Gets a value indicating whether only the first n child components or controls are rendered, where n is the value of SubControlNumberLimit, the mobile rendering limit.

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overrides ReadOnly Property NeedEllipsisRendering As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.NeedEllipsisRendering
protected override bool NeedEllipsisRendering { get; }

Property Value

Type: System.Boolean
true if the rendering limit is honored; otherwise, false.

Remarks

Some controls derived from SPMobileComponent actually replace material that exceeds the rendering limit with an ellipsis; but SPMobileItemFieldIterator does not literally do so. "Ellipsis rendering" should be taken to mean "truncated rendering."

See Also

Reference

SPMobileItemFieldIterator Class

SPMobileItemFieldIterator Members

Microsoft.SharePoint.MobileControls Namespace

Other Resources

Ellipses and Rendering Limits