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

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

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

Declaration

public static int GetPeekFormShowDelay(
    AccordionControl d
)

Parameters

Name Type Description
d AccordionControl

The element from which the property value is read.

Returns

Type Description
Int32

The AccordionControl.PeekFormShowDelay property value for the element.

See Also