|
Data binding
Tuesday, 08 September 2009
To display data inside a node control, you need to bind that node control to the appropriate data. A node control may have two data binding types – static and dynamic (virtual).
Static data bindingWith static data binding, the node control displays a node class member`s value with a known name, stored in the DataFieldName node control property. To enable static data binding, fill the DataFieldName property and disable the VirtualMode property (disabled by default). Note that the node control may be bound to a node class`s property or a field.
|
|