Provides a collection of DataBinding objects.
For a list of all members of this type, see DataBindingCollection Members.
System.Object
EO.Web.DataBindingCollection
[Visual Basic]
Public Class DataBindingCollection
Thread Safety
Public static (Shared in Visual Basic) members of this type are
safe for multithreaded operations. Instance members are not guaranteed to be
thread-safe.
Remarks
You can specify a collection of DataBinding on the following types of object:
- Controls inherited from BaseNavigator (E.g. Menu, SlideMenu, TabStrip etc)
- Groups inherited from NavigationItemGroup (E.g. MenuGroup, ToolbarItemGroup, TreeNodeGroup)
Both control and group have
Bindings property which contains a collection of
DataBinding objects to customize mappings between the data source and the property of a navigation item.
See populating from DataSet or for populating from DataTable, DataView or IDataReader for more details.
Requirements
Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)
See Also
DataBindingCollection Members | EO.Web Namespace