KryptonGalleryRangeCollectionItem 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 public override KryptonGalleryRange this[
string heading
] { get; }
Parameters
- heading
- Type: SystemString
Heading of the gallery range instance.
Return Value
Type:
KryptonGalleryRangeItem at specified index.
See Also