Back to Devexpress

AccordionControl.PeekFormShowDelay Attached Property

wpf-devexpress-dot-xpf-dot-accordion-dot-accordioncontrol-b23d676f.md

latest1.9 KB
Original Source

AccordionControl.PeekFormShowDelay Attached Property

Specifies the delay before a PeekForm is displayed.

Namespace : DevExpress.Xpf.Accordion

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

NuGet Package : DevExpress.Wpf.Accordion

Declaration

See GetPeekFormShowDelay(AccordionControl) and SetPeekFormShowDelay(AccordionControl, Int32).

Returns

TypeDescription
Int32

An integer value that specifies the delay, in milliseconds, before a PeekForm is displayed.

|

Remarks

If the AccordionItem.AllowPeekForm property is set to True , PeekForms are shown for inactive groups when an end-user hovers over these groups with the mouse pointer. The PeekFormShowDelay property allows you to specify the delay before a PeekForm is displayed. When the mouse pointer leaves the group, the PeekForm is automatically hidden after the delay specified with the AccordionControl.PeekFormHideDelay property.

See Also

PeekFormHideDelay

AllowPeekForm

PeekFormTemplate

AccordionControl Class

AccordionControl Members

DevExpress.Xpf.Accordion Namespace