Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

BaseNavigator.Bindings Property

Gets a collection of bindings that map fields of the data source to the properties of the item.

[Visual Basic]
Public ReadOnly Property Bindings As DataBindingCollection
[C#]
public DataBindingCollection Bindings {get;}

Remarks

Use Bindings to define both the mappings between data fields and navigation item properties, and format strings. For example:

<eo:Menu runat="server" DataFields="Country|State|City">
  <TopGroup>
    <Bindings>
        <eo:DataBinding
            Property="Text-Html"
            DataField="WebSite"
            Depth="2"
    </eo:Bindings>
  </TopGroup>
</eo:Menu>
For more information about data binding, see data binding.

See Also

BaseNavigator Class | EO.Web Namespace


Direct link to this topic