Skip to main content

AccordionControl.GetPeekFormHideDelay(AccordionControl) Method

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

Namespace: DevExpress.Xpf.Accordion

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

NuGet Package: DevExpress.Wpf.Accordion

Declaration

public static int GetPeekFormHideDelay(
    AccordionControl d
)

Parameters

Name Type Description
d AccordionControl

The element from which the property value is read.

Returns

Type Description
Int32

The AccordionControl.PeekFormHideDelay property value for the element.

See Also