Table of Contents

Class DataGridRowIndexBehavior

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll
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

DependencyProperty

Properties

DataGridRow

DataGridRow this behavior uses to determine the proper row index.

public DataGridRow DataGridRow { get; set; }

Property Value

DataGridRow

Methods

OnDetaching()

Called when the behavior is being detached from its AssociatedObject, but before it has actually occurred.

protected override void OnDetaching()