IKaxNavigationItemContainerItems Property |
Gets the collection of child items.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
SyntaxKaxNavigationItemCollection Items { get; }
ReadOnly Property Items As KaxNavigationItemCollection
Get
property KaxNavigationItemCollection^ Items {
KaxNavigationItemCollection^ get ();
}
abstract Items : KaxNavigationItemCollection with get
Property Value
Type:
KaxNavigationItemCollection
A
KaxNavigationItemCollection that represents the child
items.
Remarks
Use this property to retrieve the child items. You can also use it to
programmatically add or remove items.
See Also