ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / SearchPanel Class / Text Property

In This Topic
    Text Property (SearchPanel)
    In This Topic
    Gets or sets the caption of search panel.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property Text As String
    public override string Text {get; set;}

    Property Value

    The caption text for the search panel. The default value is an empty string ("").
    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.
    Requirements

    See Also