In This Topic
Gets or sets a value determining the initial state of the toggle image. True means "expanded" (that is, a minus sign). False means "collapsed" (that is, a plus sign).
Syntax
'Declaration
Public Property InitialState As RdlBool
public RdlBool InitialState {get; set;}
See Also