| KryptonPageCollectionItem Property (String) | 
 
            Gets the item with the provided unique name.
            
 
    Namespace: 
   Internal.ComponentFactory.Krypton.Navigator
    Assembly:
   NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
 Syntax
Syntaxpublic override KryptonPage this[
	string name
] { get; }Parameters
- name
- Type: SystemString
 Name of the ribbon tab instance.
Return Value
Type: 
KryptonPageItem at specified index.
 See Also
See Also