ExpandedItems Property (ExpandBar)

Class

ExpandBar.

Action

Gets a list of the items that are expanded.

Syntax

C#
protected List(Of ExpandItem) ExpandedItems { get; }
VB
'Declaration
Protected Read Property ExpandedItems As List(Of ExpandItem)

Access

Read only.