MindFusion.Wpf Pack Programmer's Guide
GridRow.Index Property
See Also
 





Gets or sets the index of this row within its parent. This is a dependency property.

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

 Syntax

C#  Copy Code

public int Index { get; set; }

Visual Basic  Copy Code

Public Property Index As Integer

 Property Value

An integer value specifying the 0-based index of the row.

 See Also

GridRow Members
GridRow Class
MindFusion.DataViews.Wpf Namespace