ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders Namespace / TargetDataBoundControlBase Class
Members

In This Topic
    TargetDataBoundControlBase Class
    In This Topic
    Class to be used as base for the wijmo extenders target controls.
    Object Model
    TargetDataBoundControlBase Class
    Syntax
    'Declaration
     
    Public MustInherit Class TargetDataBoundControlBase 
       Inherits System.Web.UI.WebControls.DataBoundControl
       Implements C1.Web.Wijmo.Extenders.Base.IC1ExtenderC1.Web.Wijmo.Extenders.Base.IC1Target 
    public abstract class TargetDataBoundControlBase : System.Web.UI.WebControls.DataBoundControl, C1.Web.Wijmo.Extenders.Base.IC1ExtenderC1.Web.Wijmo.Extenders.Base.IC1Target  
    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.Extenders.TargetDataBoundControlBase

    See Also