Skip to main content

AccordionItem.GetPeekFormTemplateSelector(AccordionItem) Method

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

Namespace: DevExpress.Xpf.Accordion

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

NuGet Package: DevExpress.Wpf.Accordion

Declaration

public static DataTemplateSelector GetPeekFormTemplateSelector(
    AccordionItem d
)

Parameters

Name Type Description
d AccordionItem

The element from which the property value is read.

Returns

Type Description
DataTemplateSelector

The AccordionItem.PeekFormTemplateSelector property value for the element.

See Also