ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / CollectionViewNavigator Class
Members






In This Topic
    CollectionViewNavigator Class
    In This Topic
    The CollectionViewNavigator control for navigating records in CollectionView
    Object Model
    CollectionViewNavigator Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class CollectionViewNavigator 
       Inherits Control
       Implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As CollectionViewNavigator
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class CollectionViewNavigator : Control, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class CollectionViewNavigator = class(Control, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)
    ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])
    public class CollectionViewNavigator extends Control implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public __gc class CollectionViewNavigator : public Control, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public ref class CollectionViewNavigator : public Control, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.CollectionViewNavigator

    See Also