Share via


SPMobileNoteField.IsEllipsisRenderingText Property

Gets a value indicating whether the string representation of the field value 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 string representation of the field value exceeds the rendering limit; otherwise, false.

Remarks

This value is used by NeedEllipsisRendering to help determine whether an ellipsis should be added to the end of the rendered text to indicate that the text is truncated. If IsEllipsisRenderingText and IsEllipsisRenderingPageType and EllipsisEnabled are all true, NeedEllipsisRendering is true and the ellipsis is added.

This override also returns true if the field has more than one row and the current page is a list view.

See Also

Reference

SPMobileNoteField Class

SPMobileNoteField Members

Microsoft.SharePoint.MobileControls Namespace