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.v25.1.dll
NuGet Package: DevExpress.Wpf.Accordion
Declaration
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