ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / CollectionViewNavigator Class / HeaderFormat Property

In This Topic
    HeaderFormat Property (CollectionViewNavigator)
    In This Topic
    Gets or sets the format string used to display the current total item/page values in the control header.
    Syntax
    'Declaration
     
    Public Property HeaderFormat As String
    public string HeaderFormat {get; set;}
    See Also