[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ToggleImage.InitialState

InitialState Property

InitialState

Gets or sets a Boolean expression that determines the initial state of the toggle image.

Declaration
public ExpressionInfo InitialState { get; set; }
Property Value
Type Description
ExpressionInfo

An ExpressionInfo object that evaluates to a bool value, determining the initial state of the toggle image.

Remarks
<p>

The default value is false, which displays a collapsed toggle image (plus sign).

Setting this property to true displays an expanded toggle image (minus sign).

Examples
ToggleImage toggleImage = new ToggleImage();
toggleImage.InitialState = ExpressionInfo.FromString("true");