SPMobileChoiceField.NeedEllipsisRendering Property

Gets a value indicating whether the rendering of the field is truncated when the size of the field exceeds the rendering limit of the mobile site.

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 of the field is truncated when the size of the field exceeds the rendering limit; otherwise, false.

Remarks

This override returns true when both EllipsisEnabled and IsEllipsisRenderingPageType are true.

See Also

Reference

SPMobileChoiceField Class

SPMobileChoiceField Members

Microsoft.SharePoint.MobileControls Namespace