CurrentState Property (FlexObject)

Class

FlexObject.

Action

Gets the current view state of the component.

Set to "" or null (Nothing in Visual Basic) to reset the component back to its base state.

Syntax

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

Access

Read only.