Back to Devexpress

AccordionControl.GetPeekFormShowDelay(AccordionControl) Method

wpf-devexpress-dot-xpf-dot-accordion-dot-accordioncontrol-dot-getpeekformshowdelay-x28-devexpress-dot-xpf-dot-accordion-dot-accordioncontrol-x29.md

latest1.7 KB
Original Source

AccordionControl.GetPeekFormShowDelay(AccordionControl) Method

Gets the value of the AccordionControl.PeekFormShowDelay attached property for a specified AccordionControl.

Namespace : DevExpress.Xpf.Accordion

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

NuGet Package : DevExpress.Wpf.Accordion

Declaration

csharp
public static int GetPeekFormShowDelay(
    AccordionControl d
)
vb
Public Shared Function GetPeekFormShowDelay(
    d As AccordionControl
) As Integer

Parameters

NameTypeDescription
dAccordionControl

The element from which the property value is read.

|

Returns

TypeDescription
Int32

The AccordionControl.PeekFormShowDelay property value for the element.

|

See Also

AccordionControl Class

AccordionControl Members

DevExpress.Xpf.Accordion Namespace