DataResultBase.AdvancedPagingControlMode Property
Gets or sets the paging control mode of the WebPart.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property AdvancedPagingControlMode As Integer
Get
Set
'Usage
Dim instance As DataResultBase
Dim value As Integer
value = instance.AdvancedPagingControlMode
instance.AdvancedPagingControlMode = value
public int AdvancedPagingControlMode { get; set; }
Property Value
Type: System.Int32
A 32-bit signed integer representing a paging mode for the control.
Remarks
Page modes are represented as follows:
0 : SPDataGrid paging control
1 : Textbox
2 : Dropdown listbox
3 : None. Advanced paging is not shown.