TextBox.IsToggleParent Property

Definition

Gets a value that indicates whether the text box is used to toggle other items on the report.

public:
 property bool IsToggleParent { bool get(); };
public bool IsToggleParent { get; }
member this.IsToggleParent : bool
Public ReadOnly Property IsToggleParent As Boolean

Property Value

true if the text box is used to toggle other items on the report; otherwise, false.

Applies to