ComponentOne ASP.NET MVC Controls
Pager Method

C1.Web.Mvc.Fluent Namespace > ControlBuilderFactory Class : Pager Method
Specifies a selector. It is optional. If it is not set, a default dom element will be generated.
Creates a C1.Web.Mvc.Pager control and attaches it to the dom elements matching against the specified selector.
Syntax
'Declaration
 
Public Function Pager( _
   Optional ByVal selector As String _
) As PagerBuilder
public PagerBuilder Pager( 
   string selector
)

Parameters

selector
Specifies a selector. It is optional. If it is not set, a default dom element will be generated.

Return Value

A PagerBuilder.
See Also

Reference

ControlBuilderFactory Class
ControlBuilderFactory Members