Binding to Data
The DXNavBar control can obtain group and item information from a data source. Use the following members to implement data binding support.
- The NavBarControl.ItemsSource property - Specifies the source of data.
- The NavBarControl.GroupDescription property - Specifies a data source field, from which NavBarControl groups are retrieved
- The NavBarViewBase.ItemAdding and NavBarViewBase.GroupAdding events - Handle these events to customize display options of created items and groups.