Click or drag to resize

KryptonRibbonGroupCollectionItem Property (String)

Gets the item with the provided unique name.

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

Parameters

name
Type: SystemString
Name of the ribbon group instance.

Return Value

Type: KryptonRibbonGroup
Item at specified index.
See Also