DiagramItem.DataContext Property
Gets or sets the data item bound to the diagram item.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
Property Value
Type | Description |
---|---|
Object | A data item. |
Remarks
The DataContext property is used when the diagram is generated based on a data source. To learn more, see Data Binding Functionality.
To store custom information about the diagram item, use the DiagramItem.Tag property.
See Also