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

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

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

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