This class is the DataItem used during databinding the templates of TemplateHolder. You can use its properties in simplified data-binding operations. For example ToolTip='<%# Eval("Description") %>' and Text='<%# Bind("ValueNonNull") %>'. When simplified data-binding operations are not appropriate you can reference the current DataBindItem in this way Enabled="<%# !DataBindItem.IsReadOnly %>". This is possible because the base TemplatesUserControl provides the DataBindItem property.
For a list of all members of this type, see DataBindItem Members.
System.Object
DataBindItem
Namespace: Adillis.SmartDBForms
Assembly: Adillis.SmartDBForms (in Adillis.SmartDBForms.dll)
DataBindItem Members | Adillis.SmartDBForms Namespace