Skip to main content

AccordionCustomItemFilterEventArgs.Accordion Property

Gets the AccordionControl whose items are being filtered.

Namespace: DevExpress.Xpf.Accordion

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

NuGet Package: DevExpress.Wpf.Accordion

Declaration

public AccordionControl Accordion { get; }

Property Value

Type Description
AccordionControl

An AccordionControl object.

See Also