DiagramDataBindingBehaviorBase.ItemsSource Property
Gets or sets the data source for items. This is a dependency property.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v21.2.dll
Declaration
Property Value
Type | Description |
---|---|
Object | An IEnumerable object that provides data to the DiagramDataBindingBehaviorBase. |
See Also