AccordionItem.GetPeekFormTemplate(AccordionItem) Method
In This Article
Gets the value of the AccordionItem.PeekFormTemplate attached property for a specified AccordionItem.
Namespace: DevExpress.Xpf.Accordion
Assembly: DevExpress.Xpf.Accordion.v24.2.dll
NuGet Package: DevExpress.Wpf.Accordion
#Declaration
public static DataTemplate GetPeekFormTemplate(
AccordionItem d
)
#Parameters
Name | Type | Description |
---|---|---|
d | Accordion |
The element from which the property value is read. |
#Returns
Type | Description |
---|---|
Data |
The Accordion |
See Also