Back to Devexpress

SelectionUnit Enum

wpf-devexpress-dot-xpf-dot-accordion-f3c6a570.md

latest1.3 KB
Original Source

SelectionUnit Enum

Lists values that specify whether an end-user can select items or both items and groups.

Namespace : DevExpress.Xpf.Accordion

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

NuGet Package : DevExpress.Wpf.Accordion

Declaration

csharp
public enum SelectionUnit
vb
Public Enum SelectionUnit

Members

NameDescription
SubItemOrRootItem

Both the root items and subitems can be selected.

| | SubItem |

Only subitems can be selected.

|

The following properties accept/return SelectionUnit values:

Remarks

The values listed by this enumeration are used to set the AccordionControl.SelectionUnit property’s value.

Refer to the Selection topic to learn more.

See Also

DevExpress.Xpf.Accordion Namespace