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

AccordionControl.ItemContainerStyleSelector Property

Gets or sets an object that chooses a style applied to accordion item containers. This is a dependency property.

Namespace: DevExpress.Xpf.Accordion

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

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

Declaration

public StyleSelector ItemContainerStyleSelector { get; set; }

Property Value

Type Description
StyleSelector

A StyleSelector descendant that applies a style based on custom logic.

See Also