AccordionItem.ItemVisibilityMode Property
Gets the item’s visibility mode. This is a dependency property.
Namespace: DevExpress.Xpf.Accordion
Assembly: DevExpress.Xpf.Accordion.v25.1.dll
NuGet Package: DevExpress.Wpf.Accordion
Declaration
Property Value
| Type | Description |
|---|---|
| ItemVisibilityMode | An ItemVisibilityMode enumeration value. |
Available values:
| Name | Description |
|---|---|
| Collapsed | The item is collapsed, the popup with the child items is hidden. |
| Visible | The item is visible. |
| ShowSubItems | The item is collapsed, the popup with the child items is visible. |
See Also