SPMobileComponent.IsEllipsisRenderingPageType, propriété (Microsoft.SharePoint.MobileControls)

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.

Espace de noms : Microsoft.SharePoint.MobileControls
Assembly : Microsoft.SharePoint (dans microsoft.sharepoint.dll)

Syntaxe

'Déclaration
Protected Overridable ReadOnly Property IsEllipsisRenderingPageType As Boolean
'Utilisation
Dim value As Boolean

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

Valeur de la propriété

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.

Notes

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.

Voir aussi

Référence

SPMobileComponent, classe
Membres SPMobileComponent
Microsoft.SharePoint.MobileControls, espace de noms

Autres ressources

Points de suspension et limites de rendu