IExpandableSection<TItem>

An ISection<TItem> whose items collapse behind its header.

The header shows a chevron and tapping it toggles IsExpanded.

public interface IExpandableSection<out TItem> : ISection<TItem>
Type parameterSummary
TItemThe element type of the group.

Properties

IsExpanded

Whether the group's items are shown.

Type: bool

bool IsExpanded { get; set; }