Share via


MobileListViewIterator.IsEllipsisRenderingText Property

Gets a value that indicates whether the length of the string representation of the list of views exceeds the mobile rendering limit.

Namespace:  Microsoft.SharePoint.Portal.MobileControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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 in all cases.

Remarks

This override always returns true.

See Also

Reference

MobileListViewIterator Class

MobileListViewIterator Members

Microsoft.SharePoint.Portal.MobileControls Namespace