ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ItemsBoundControl<T> Class
Members






In This Topic
    ItemsBoundControl<T> Class
    In This Topic
    Defines the base class for C1 bound controls.
    Object Model
    ItemsBoundControl<T> Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class ItemsBoundControl(Of T) 
       Inherits Control
       Implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As ItemsBoundControl(Of T)
    public abstract class ItemsBoundControl<T> : Control, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class ItemsBoundControl = class(Control, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)abstract; 
    JScript does not support Generics.
    public __gc abstract class ItemsBoundControl<T> : public Control, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    generic<typename T>
    public ref class ItemsBoundControl abstract : public Control, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.ItemsBoundControl<T>
                C1.Web.Mvc.DropDown<T>
                C1.Web.Mvc.FlexChartBase<T>
                C1.Web.Mvc.FlexGridBase<T>
                C1.Web.Mvc.ListBox<T>
                C1.Web.Mvc.MultiSelectListBox<T>

    See Also