MindFusion.Wpf Pack Programmer's Guide
IItemViewModel.UpdateIndex Method
See Also
 





Recursively updates the index of this item and all its children.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

int UpdateIndex (
    int lastIndex
)

Visual Basic  Copy Code

Function UpdateIndex( _
    lastIndex As Integer _
) As Integer

 Parameters

lastIndex

The calculated index of the item.

 Return Value

The index after the last child of the item.

 See Also

IItemViewModel Members
IItemViewModel Interface
MindFusion.DataViews.Wpf Namespace