Name

DataBindingHandlerAttribute

Synopsis

This class is used for controls requiring special data binding handlers. For example, the System.Web.UI.WebControls.Calendar control uses a System.Web.UI.Design.CalendarDataBindingHandler class that derives from System.Web.UI.Design.DataBindingHandler. This custom data binding handler is specified by using the DataBindingHandlerAttribute in the control’s class declaration.

Public NotInheritable Class DataBindingHandlerAttribute : Inherits Attribute
' Public Constructors
   Public Sub New() 
   Public Sub New(ByVal typeName As String) 
   Public Sub New(ByVal type As Type) 
' Public Shared Fields
   public Shared ReadOnly Default As DataBindingHandlerAttribute    
         =System.Web.UI.DataBindingHandlerAttribute
                  ' Public Instance Properties
   Public ReadOnly Property HandlerTypeName As String  
End Class

Hierarchy

System.ObjectSystem.Attribute DataBindingHandlerAttribute

Valid On

Class

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.