Class DataGridRowIndexBehavior
public class DataGridRowIndexBehavior : Behavior<TextBlock>, IAnimatable, IAttachedObject
- Inheritance
-
DataGridRowIndexBehavior
- Implements
- Inherited Members
- Extension Methods
Fields
DataGridRowProperty
DataGridRow this behavior uses to determine the proper row index.
public static readonly DependencyProperty DataGridRowProperty
Field Value
Properties
DataGridRow
DataGridRow this behavior uses to determine the proper row index.
public DataGridRow DataGridRow { get; set; }
Property Value
Methods
OnDetaching()
Called when the behavior is being detached from its AssociatedObject, but before it has actually occurred.
protected override void OnDetaching()