RowData.DataContext Property
In This Article
Gets or sets the row's data context. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Object | An object that represents the row's data context. |
#Remarks
Data context is a concept that allows elements to inherit information from their parent elements about the binding source that is used for binding, as well as other characteristics of the binding such as the path.
For more information on this property, refer to the DataContext property description in MSDN.
See Also