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

AccordionItem.IsPressed Property

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

Namespace: DevExpress.Xpf.Accordion

Assembly: DevExpress.Xpf.Accordion.v20.1.dll

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

Declaration

public bool IsPressed { get; }

Property Value

Type Description
Boolean

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

See Also