Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Wpf.Accordion

#Declaration

#Returns

Type Description
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