SelectedChild Property (FlexViewStack)

Action

Gets a reference to the currently visible child container.

The default is a reference to the first child. If there are no children, this property is null (Nothing in Visual Basic).

Syntax

C#
protected String selectedChild { get; }
VB
'Declaration
Protected Read Property selectedChild As String

Access

Read only.