AccordionItem.ItemVisibilityMode Property
In This Article
Gets the item’s visibility mode. This is a dependency property.
Namespace: DevExpress.Xpf.Accordion
Assembly: DevExpress.Xpf.Accordion.v24.2.dll
NuGet Package: DevExpress.Wpf.Accordion
#Declaration
public ItemVisibilityMode ItemVisibilityMode { get; }
#Property Value
Type | Description |
---|---|
Item |
An Item |
Available values:
Name | Description |
---|---|
Collapsed | The item is collapsed, the popup with the child items is hidden. |
Visible | The item is visible. |
Show |
The item is collapsed, the popup with the child items is visible. |
See Also