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

DiagramDataBindingBehaviorBase.ItemsPath Property

Specifies the name of the data field that identifies the collection of nested data items. This is a dependency property.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v18.2.dll

Declaration

public string ItemsPath { get; set; }

Property Value

Type Description
String

A string value that is the name of the data field that identifies the collection of data items.

Remarks

Use the DiagramDataBindingBehaviorBase.ItemsSelector property to define a custom logic for choosing the data field that identifies the collection of nested data items.

See Also