Back to Devexpress

AccordionItem.PeekFormTemplate Attached Property

wpf-devexpress-dot-xpf-dot-accordion-dot-accordionitem.md

latest1.6 KB
Original Source

AccordionItem.PeekFormTemplate Attached Property

Gets or sets a DataTemplate used to render the PeekForm for the current root item.

Namespace : DevExpress.Xpf.Accordion

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

NuGet Package : DevExpress.Wpf.Accordion

Declaration

See GetPeekFormTemplate(AccordionItem) and SetPeekFormTemplate(AccordionItem, DataTemplate).

Returns

TypeDescription
DataTemplate

A DataTemplate used to render the PeekForm for the current root item.

|

Remarks

When the AccordionItem.AllowPeekForm property is enabled, the PeekForms are shown for inactive root items when an end-user hovers over these items with the mouse pointer. The PeekFormTemplate property allows you to specify the DataTemplate used to render the PeekForm for the current root item.

See Also

AccordionItem Class

AccordionItem Members

DevExpress.Xpf.Accordion Namespace