This page is arranged to guide users to add root items and child items by using KT.UI Navigationbar controls. In addition to this, comprehensive C# demo codes are offered for setting Navigationbar properties. How to Use Demo C# Code to Add Root Item
Root Items mean the items at the top level, and these items are always visible on web page. We can set root items by using Items property of the navigation bar. And each root items can contain single or multiple level items or child items.
How to Use C# Sample codes to Add Level Item
What is level item: each root item may have a set of child items, which can be called level items and child items. The children of the root items are always considered level 1 items. Children items can be set and added by using the Items property of the root item (PerNavigationBar.Items). Child items may have their own sets of child items. And children of level 1 items are considered level 2 items; thus, logically speaking, children of level 2 items are considered level 3 items; and so on.
How to Use C# Example Codes to Set Item Properties
In this part, we also give a table list below that contains the items and properties of NavigationBar control of KT.UI for ASP.NET AJAX. If users read carefully, you can be well informed of all of these important properties within web ASP.NET application, thus, you can easily set and program your own defined navigation bar.
| ![]() ASP.NET AJAX UI Controls ASP.NET AJAX Chart UI Control ASP.NET AJAX Grid UI Control ASP.NET AJAX Barcode UI Control ASP.NET AJAX Button UI Control ASP.NET AJAX Calendar UI Control ASP.NET AJAX NavigationBar UI Control OverviewGetting StartedElementsTemplatesFeaturesData Binding ObjectDataSource DataDatabase DataXML DataClient Prpgramming Item EventServer Programming Item EventASP.NET AJAX Captcha UI Control ASP.NET AJAX Color Editor UI Control ASP.NET AJAX ComboBox UI Control ASP.NET AJAX DataPager UI Control ASP.NET AJAX Dock UI Control ASP.NET AJAX DropDownList UI Control ASP.NET AJAX DropDownTree UI Control ASP.NET AJAX HtmlEditor UI Control ASP.NET AJAX FileManager UI Control ASP.NET AJAX Filter UI Control ASP.NET AJAX Input UI Control ASP.NET AJAX ListBox UI Control ASP.NET AJAX ListView UI Control ASP.NET AJAX ToolBar UI Control ASP.NET AJAX TabControl UI Control ASP.NET AJAX Menu UI Control ASP.NET AJAX ToolTip UI Control |