Click or drag to resize

KryptonRibbonGroupListBoxSetItems Method


Namespace: NeoAxis.Editor
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void SetItems(
	IList<(string , Image )> dataItems
)

Parameters

dataItems  IListValueTupleString, Image
 
See Also