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.1.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