Gets or sets a template that defines the presentation of Accordion Items. This is a dependency property.
Namespace:DevExpress.Xpf.Accordion
Assembly:DevExpress.Xpf.Accordion.v19.2.dll

Syntax
C# |
public DataTemplate ItemTemplate { get; set; }
|
VB |
Public Property ItemTemplate As DataTemplate
|
Property value
Type: DataTemplate
A System.Windows.HierarchicalDataTemplate object that defines the presentation of accordion items.

Remarks
Refer to the Hierarchical Data Template topic to learn more.

See Also