Gets or sets the text of the "Search Up" checkbox.
Namespace:
C1.Win.C1PreviewAssembly: C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)
Syntax
| C# |
|---|
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] public string SearchUpText { get; set; } |
| Visual Basic |
|---|
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _ Public Property SearchUpText As String Get Set |