Search
InplaceEditableList.SetCurrentItem Method
See Also
 





Sets the currently selected item by its index.

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

 Syntax

C#  Copy Code

void SetCurrentItem (
    int index
)

Visual Basic  Copy Code

Sub SetCurrentItem( _
    index As Integer _
)

 Parameters

index

The index of the item to select.

 See Also