[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.SearchPanel.Text

Text Property

Text

Gets or sets the caption of the search panel.

Declaration
public override string Text { get; set; }
Property Value
Type Description
string

The caption text for the search panel. The default value is an empty string ("").

Overrides
Remarks

This property allows for the customization of the search panel's caption, providing a way to label or title the panel according to the specific needs or context of the application. The caption can be set to any string value, offering flexibility in how the search panel is presented to the user.