AccordionCustomItemFilterEventArgs.Accordion Property
In This Article
Gets the AccordionControl whose items are being filtered.
Namespace: DevExpress.Xpf.Accordion
Assembly: DevExpress.Xpf.Accordion.v24.2.dll
NuGet Package: DevExpress.Wpf.Accordion
#Declaration
public AccordionControl Accordion { get; }
#Property Value
Type | Description |
---|---|
Accordion |
An Accordion |
See Also