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

AccordionControl.IsExpandedView Property

For internal use only.

Namespace: DevExpress.Xpf.Accordion

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

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

Declaration

public bool IsExpandedView { get; }

Property Value

Type
Boolean

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Use the AccordionControl.IsExpanded property to get or set whether the accordion control is expanded.

See Also