KryptonGalleryRangeCollectionItem(String) Property |
Gets the item with the provided unique name.
Namespace: Internal.ComponentFactory.Krypton.RibbonAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic override KryptonGalleryRange this[
string heading
] { get; }Parameters
- heading String
- Heading of the gallery range instance.
Return Value
KryptonGalleryRangeItem at specified index.
See Also