DiagramDataBindingBehaviorBase.ItemTemplate Property
Gets or sets a template that defines the presentation of diagram items representing data objects. This is a dependency property.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.2.dll
NuGet Package: DevExpress.Wpf.Diagram
#Declaration
public DataTemplate ItemTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
#Remarks
You can use either DiagramItem descendants or standard WPF elements to define the presentation of diagram items. If the ItemTemplate property is set to a standard WPF element, this element is wrapped into DiagramContentItem.