Back to Devexpress

RowData.GetCurrentRowData(DependencyObject) Method

wpf-devexpress-dot-xpf-dot-grid-dot-rowdata-dot-getcurrentrowdata-x28-system-dot-windows-dot-dependencyobject-x29.md

latest1.5 KB
Original Source

RowData.GetCurrentRowData(DependencyObject) Method

Gets the value of the RowData.CurrentRowData attached property for a specified DependencyObject.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public static RowData GetCurrentRowData(
    DependencyObject element
)
vb
Public Shared Function GetCurrentRowData(
    element As DependencyObject
) As RowData

Parameters

NameTypeDescription
elementDependencyObject

The element from which the property value is read.

|

Returns

TypeDescription
RowData

The RowData.RowData property value for the element.

|

See Also

RowData Class

RowData Members

DevExpress.Xpf.Grid Namespace