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

AccordionControl.ItemContainerStyle Property

Gets or sets the 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 Style ItemContainerStyle { get; set; }

Property Value

Type Description
Style

A Style object that represents the accordion item container style.

Remarks

Target Type: AccordionItem

See Also