Show / Hide Table of Contents

Method GetCurrent

| Improve this Doc View Source

GetCurrent(DependencyObject)

Gets the RowView which contains the specified element. This is the getter of Current attached property.

Declaration
public static RowView GetCurrent(DependencyObject element)
Parameters
Type Name Description
System.Windows.DependencyObject element

The specified element.

Returns
Type Description
RowView

RowView which contains the specified element. null if the specified element is not contained by any RowView.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest