Search
InplaceEditableList.GetListItems Method
See Also
 





Gets the list of items to be displayed in the editor.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

IList<string> GetListItems ()

Visual Basic  Copy Code

Function GetListItems () As IList(Of String)

 Return Value

A list of strings representing the items.

 See Also