InitialState Property (ToggleImage)
Gets or sets a Boolean expression that determines the initial state of the toggle image.
Property Value
An
GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object that evaluates to a
System.Boolean value, determining the initial state of the toggle image.
ToggleImage toggleImage = new ToggleImage();
toggleImage.InitialState = ExpressionInfo.FromString("true");