KryptonComboBoxGetItemText Method |
Returns the text representation of the specified item.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic string GetItemText(
Object item
)
Parameters
- item Object
- The object from which to get the contents to display.
Return Value
StringIf the DisplayMember property is not specified, the value returned by GetItemText is the value of the item's ToString method. Otherwise, the method returns the string value of the member specified in the DisplayMember property for the object specified in the item parameter.
See Also