TextDataBindingHandler Class

Definition

Provides a data-binding handler for a data-bound control at design time.

public ref class TextDataBindingHandler : System::Web::UI::Design::DataBindingHandler
public class TextDataBindingHandler : System.Web.UI.Design.DataBindingHandler
type TextDataBindingHandler = class
    inherit DataBindingHandler
Public Class TextDataBindingHandler
Inherits DataBindingHandler
Inheritance
TextDataBindingHandler

Remarks

The TextDataBindingHandler object is a data-binding handler that can provide data to a data-bound text property at design time. Data-binding handlers are used when there is no designer for the control present that would otherwise provide the data for the data bound property.

Constructors

TextDataBindingHandler()

Initializes a new instance of the TextDataBindingHandler class.

Methods

DataBindControl(IDesignerHost, Control)

Data-binds the specified control.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also