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
'Declaration
Protected Overridable ReadOnly Property IsEllipsisRenderingPageType As Boolean
Get
'Usage
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 change mobile_enablelimitationondispform from false 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
Microsoft.SharePoint.MobileControls Namespace