DataGridRow.AlternationIndex 属性

定义

获取一组交替行中行的索引。

public:
 property int AlternationIndex { int get(); };
public int AlternationIndex { get; }
member this.AlternationIndex : int
Public ReadOnly Property AlternationIndex As Integer

属性值

一组交替行中行的索引。 注册的默认值为 0。 有关可能影响该值的因素的信息,请参见 DependencyProperty

注解

交替行是可以为其分配不同特征的行,例如交替背景色。 可以设置 AlternationCountDataGrid 属性以指示一组交替行中的行数。 有关交替行的详细信息,请参阅 ItemsControl.AlternationCount

OnPropertyChanged重写 方法以响应对 属性的AlternationIndex更改。 属性 AlternationIndex 没有自己的属性已更改方法,因为该 AlternationIndexProperty 字段重用只读 ItemsControl.AlternationIndexProperty 字段。

适用于

另请参阅