smartDBforms.NET API Reference

DataBindItem Class

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

[Visual Basic]
Public Class DataBindItem
[C#]
public class DataBindItem

Requirements

Namespace: Adillis.SmartDBForms

Assembly: Adillis.SmartDBForms (in Adillis.SmartDBForms.dll)

See Also

DataBindItem Members | Adillis.SmartDBForms Namespace