Share via


SPMobileListViewIterator.IsEllipsisRenderingText Property

Gets a value indicating whether the string representation of the list of views exceeds the mobile rendering limit.

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

Syntax

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

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

Property Value

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

Remarks

This override returns true when SubControlNumberLimit is greater than 0.

See Also

Reference

SPMobileListViewIterator Class

SPMobileListViewIterator Members

Microsoft.SharePoint.MobileControls Namespace