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

Declaration

public AccordionControl Accordion { get; }

Property Value

Type Description
AccordionControl

An AccordionControl object.

See Also