Gets or sets a value indicating whether the text search panel should be visible.

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
[BrowsableAttribute(true)]
public bool TextSearchPanelVisible { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
<BrowsableAttribute(True)> _
Public Property TextSearchPanelVisible As Boolean
	Get
	Set

Remarks

The default value for this property is False.

See Also