ComponentOne ASP.NET MVC Controls
Owner Method (PagerBuilder)

C1.Web.Mvc.Fluent Namespace > PagerBuilder Class : Owner Method
The value.
Configurates C1.Web.Mvc.Pager.Owner. Sets the id of a data control or CollectionView service which own this pager.
Syntax
'Declaration
 
Public Function Owner( _
   ByVal value As String _
) As PagerBuilder
public PagerBuilder Owner( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PagerBuilder Class
PagerBuilder Members