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

AccordionItem.ItemLevel Property

Gets the current accordion item’s level of nesting. This is a dependency property.

Namespace: DevExpress.Xpf.Accordion

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

NuGet Package: DevExpress.Wpf.Accordion

#Declaration

public int ItemLevel { get; }

#Property Value

Type Description
Int32

A zero-based integer value that is the current item’s level of nesting.

#Remarks

Accordion items can contain other accordion items. Use the ItemLevel property to determine the current item’s level of nesting. The ItemLevel property of root items returns 0.

See Also