Gets or sets the template used to display the content of the accordion item headers. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public DataTemplate SectionHeaderTemplate { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SectionHeaderTemplate As DataTemplate |
A WPF DataTemplate object.
See Also