ComponentOne Tabs for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.Base Namespace / C1TargetDataBoundControlBase Class
Members

In This Topic
    C1TargetDataBoundControlBase Class
    In This Topic
    Class to be used as base for the wijmo extenders target controls.
    Object Model
    C1TargetDataBoundControlBase Class
    Syntax
    'Declaration
     
    Public MustInherit Class C1TargetDataBoundControlBase 
       Inherits System.Web.UI.WebControls.DataBoundControl
    public abstract class C1TargetDataBoundControlBase : System.Web.UI.WebControls.DataBoundControl 
    Inheritance Hierarchy

    System.Object
       System.Web.UI.Control
          System.Web.UI.WebControls.WebControl
             System.Web.UI.WebControls.BaseDataBoundControl
                System.Web.UI.WebControls.DataBoundControl
                   C1.Web.Wijmo.Controls.Base.C1TargetDataBoundControlBase

    See Also