Skip to main content

ItemVisibilityMode Enum

Lists values that indicate the item’s visibility mode.

Namespace: DevExpress.Xpf.Accordion

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

NuGet Package: DevExpress.Wpf.Accordion

Declaration

public enum ItemVisibilityMode

Members

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.

Related API Members

The following properties accept/return ItemVisibilityMode values:

Remarks

Values listed by this enumeration are used to set the value of the AccordionItem.ItemVisibilityMode property.

See Also