[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.ThumbnailsPanel.Text

Text Property

Text

Gets or sets the caption text of the thumbnails panel.

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

A string representing the caption of the thumbnails panel. The default value is an empty string ("").

Overrides
Remarks

This property allows for the customization of the thumbnails panel's caption within the ActiveReports Viewer. Setting this property can help users understand the purpose of the thumbnails panel or provide any specific instructions related to the thumbnails displayed. It enhances the user experience by making the thumbnails panel more informative and intuitive.