ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IToggleController Interface / IsExpanded Property

In This Topic
IsExpanded Property
In This Topic
Gets a value indicating whether the current toggle state is 'on'.
Syntax
'Declaration
 
ReadOnly Property IsExpanded As Boolean
 

Property Value

A System.Boolean value. true if the current toggle state is 'on'; otherwise, false.
See Also