Back to Devexpress

AccordionControl.ExpandItemsOnFiltering Property

wpf-devexpress-dot-xpf-dot-accordion-dot-accordioncontrol-6d201961.md

latest1.4 KB
Original Source

AccordionControl.ExpandItemsOnFiltering Property

Gets or sets whether the AccordionControl expands its items to make a matching item visible when filtering. This is a dependency property.

Namespace : DevExpress.Xpf.Accordion

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

NuGet Package : DevExpress.Wpf.Accordion

Declaration

csharp
public bool ExpandItemsOnFiltering { get; set; }
vb
Public Property ExpandItemsOnFiltering As Boolean

Property Value

TypeDescription
Boolean

true, to expand all parents of the item that matches search criteria; otherwise, false.

|

See Also

ShowSearchControl

AccordionControl Class

AccordionControl Members

DevExpress.Xpf.Accordion Namespace