Back to Devexpress

AccordionControl.GetPeekFormHideDelay(AccordionControl) Method

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

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Accordion

Declaration

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

Parameters

NameTypeDescription
dAccordionControl

The element from which the property value is read.

|

Returns

TypeDescription
Int32

The AccordionControl.PeekFormHideDelay property value for the element.

|

See Also

AccordionControl Class

AccordionControl Members

DevExpress.Xpf.Accordion Namespace