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.1.dll
NuGet Package: DevExpress.Wpf.Accordion
Declaration
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