SPMobileComponent.IsEllipsisRenderingPageType Property

Gets a value indicating whether the page type is capable of rendering an ellipsis when data is truncated because it exceeds the mobile rendering limit.

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

Syntax

Protected Overridable ReadOnly Property IsEllipsisRenderingPageType As Boolean
    Get

Dim value As Boolean

value = Me.IsEllipsisRenderingPageType
protected virtual bool IsEllipsisRenderingPageType { get; }

Property Value

Type: System.Boolean
true if the page type is capable of rendering an ellipsis; otherwise, false. The default is true for all page types except the Display form.

Remarks

Unless the mobile web.config file is customized to set mobile_enablelimitationondispform to true, IsEllipsisRenderingPageType is true for all page types except the Display form. If the customization is made, IsEllipsisRenderingPageType is always true.

See Also

Reference

SPMobileComponent Class

SPMobileComponent Members

Microsoft.SharePoint.MobileControls Namespace

Other Resources

Ellipses and Rendering Limits