SPMobileComponent.EllipsisEnabled property
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Property EllipsisEnabled As Boolean
Get
Set
'Usage
Dim instance As SPMobileComponent
Dim value As Boolean
value = instance.EllipsisEnabled
instance.EllipsisEnabled = value
public virtual bool EllipsisEnabled { get; set; }
Property value
Type: System.Boolean