Gets or sets the 0-based global index of this item within the entire hierarchy.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
int Index { get; set; } |
Visual Basic
Copy Code
|
|---|
Property Index As Integer |
An 0-based integer specifying the global index of this item.
See Also