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

AccordionCustomItemFilterEventArgs.Accordion Property

Gets the AccordionControl whose items are being filtered.

Namespace: DevExpress.Xpf.Accordion

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

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

Declaration

public AccordionControl Accordion { get; }

Property Value

Type Description
AccordionControl

An AccordionControl object.

See Also