Click or drag to resize

KryptonPageCollectionItem(String) Property

Gets the item with the provided unique name.

Namespace: Internal.ComponentFactory.Krypton.Navigator
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public override KryptonPage this[
	string name
] { get; }

Parameters

name  String
Name of the ribbon tab instance.

Return Value

KryptonPage
Item at specified index.
See Also