Skip to main content
A newer version of this page is available. .

RowData.SetRowData(DependencyObject, RowData) Method

Sets the value of the RowData.RowData attached property to a specified DependencyObject.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public static void SetRowData(
    DependencyObject element,
    RowData value
)

Parameters

Name Type Description
element DependencyObject

The element to which the attached property is written.

value RowData

The required RowData value.

See Also