ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Pager Class / Owner Property

In This Topic
    Owner Property (Pager)
    In This Topic
    Gets or sets the id of a data control or CollectionView service which own this pager.
    Syntax
    'Declaration
     
    
    Public Property Owner As String
    public string Owner {get; set;}
    See Also