SPMobileFieldProperty.IsEllipsisRenderingText Property

Gets a value that indicates whether the string representation of the value of the field property exceeds the mobile rendering limit.

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

Syntax

Protected Overrides ReadOnly Property IsEllipsisRenderingText As Boolean
    Get

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.

See Also

Reference

SPMobileFieldProperty Class

SPMobileFieldProperty Members

Microsoft.SharePoint.MobileControls Namespace