ViewCompositeItem Property |
Gets or sets the view at the specified index.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic override ViewBase this[
int index
] { get; set; }Parameters
- index Int32
- ViewBase index.
Return Value
ViewBaseViewBase at specified index.
Implements
IListTItemInt32
See Also