Skip to main content
All docs
V24.2

SearchBoxVisibility Enum

Lists settings that specify the visibility of the search box on the Report Wizard’s Select Report Type page.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public enum SearchBoxVisibility

#Members

Name Description
Auto

The search box is displayed automatically depending on the number of report items shown.

Always

The search box is always displayed.

Never

The search box is always hidden.

#Related API Members

The following properties accept/return SearchBoxVisibility values:

Library Related API Members
Cross-Platform Class Library WizardSettings.ReportWizardTemplatesSearchBoxVisibility
.NET Reporting Tools DxReportDesignerWizardSettings.ReportWizardTemplatesSearchBoxVisibility
ReportDesignerWizardSettings.ReportWizardTemplatesSearchBoxVisibility

See Also