Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AccordionControl.AllowVirtualization Property

Gets or sets a value indicating whether virtualization is enabled for vertical scrolling. This is a dependency property.

Namespace: DevExpress.Xpf.Accordion

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

NuGet Package: DevExpress.Wpf.Accordion

#Declaration

public bool AllowVirtualization { get; set; }

#Property Value

Type Description
Boolean

true, to enable virtualization; otherwise, false.

#Remarks

Use the AllowVirtualization property to speed up the performance of an AccordionControl displaying a large number of items.

When the AllowVirtualization property is set to true, the AccordionControl only renders accordion items that are currently visible.

Note

Virtualization is not supported in the AccordionViewMode.NavigationPane view mode.

See Also