DataViewBase.GetRowHandle(DependencyObject) Method
In This Article
Gets the value of the DataViewBase.RowHandle attached property for a specified DependencyObject.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
element | Dependency |
The element from which the property value is read. |
#Returns
Type | Description |
---|---|
Row |
The Data |
See Also