An individual data binding item that allows you to bind a source binding source - a database field or Object property typically - to a target control property

Namespace:  Mindscape.LightSpeed.Web.WebForms
Assembly:  Mindscape.LightSpeed.Web (in Mindscape.LightSpeed.Web.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
[SerializableAttribute]
[DefaultEventAttribute("Validate")]
public class EntityDataBindingItem : Control
Visual Basic (Declaration)
<SerializableAttribute> _
<DefaultEventAttribute("Validate")> _
Public Class EntityDataBindingItem _
	Inherits Control

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    Mindscape.LightSpeed.Web.WebForms..::.EntityDataBindingItem

See Also