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

AccordionItem.GetPeekFormTemplate(AccordionItem) Method

Gets the value of the AccordionItem.PeekFormTemplate attached property for a specified AccordionItem.

Namespace: DevExpress.Xpf.Accordion

Assembly: DevExpress.Xpf.Accordion.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Accordion, DevExpress.Wpf.Navigation

Declaration

public static DataTemplate GetPeekFormTemplate(
    AccordionItem d
)

Parameters

Name Type Description
d AccordionItem

The element from which the property value is read.

Returns

Type Description
DataTemplate

The AccordionItem.PeekFormTemplate property value for the element.

See Also