Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.