Gets or sets the index of this row within its parent. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public int Index { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Index As Integer |
An integer value specifying the 0-based index of the row.
See Also