ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / PagerTagHelper Class / Owner Property

In This Topic
    Owner Property (PagerTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Pager.Owner. 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