| KaxNavigationItemCollectionAddRange Method | 
        
        
        
         
        Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
 Syntax
Syntax Examples
Examples
                The following example demonstrates how to use the 
AddRange method
                to add multiple items in a single step. 
                
KaxNavigationItem[] items = new KaxNavigationItem[] { new KaxNavigationItem("First"), new KaxNavigationItem("Second"), new KaxNavigationItem("Third") };
KaxNavigationBar1.Items.AddRange(items);Dim items() As KaxNavigationItem = {New KaxNavigationItem("First"), New KaxNavigationItem("Second"), New KaxNavigationItem("Third")}
KaxNavigationBar1.Items.AddRange(items)No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
 See Also
See Also