Skip to main content

AccordionItem.IsPressed Property

Gets whether the item is currently being pressed. This is a dependency property.

Namespace: DevExpress.Xpf.Accordion

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

NuGet Package: DevExpress.Wpf.Accordion

Declaration

public bool IsPressed { get; }

Property Value

Type Description
Boolean

true, if the item is currently pressed; otherwise, false.

See Also