MossWebPartMobileAdapterBase.ItemCountForSummaryView Property
Gets or sets the maximum number of items that are rendered to the summary view of the Web Part.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overridable Property ItemCountForSummaryView As Integer
Get
Set
'Usage
Dim value As Integer
value = Me.ItemCountForSummaryView
Me.ItemCountForSummaryView = value
protected virtual int ItemCountForSummaryView { get; set; }
Property Value
Type: System.Int32
The maximum number of items that are rendered to the summary view of the Web Part.
Remarks
The default value is 3.
See Also
Reference
MossWebPartMobileAdapterBase Class