Back to Devexpress

SearchBoxVisibility Enum

corelibraries-devexpress-dot-xtrareports-dot-web-dot-reportdesigner-dot-datacontracts-692a8316.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public enum SearchBoxVisibility
vb
Public Enum SearchBoxVisibility

Members

NameDescription
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.

|

The following properties accept/return SearchBoxVisibility values:

LibraryRelated API Members
Cross-Platform Class LibraryWizardSettings.ReportWizardTemplatesSearchBoxVisibility
.NET Reporting ToolsDxReportDesignerWizardSettings.ReportWizardTemplatesSearchBoxVisibility
ReportDesignerWizardSettings.ReportWizardTemplatesSearchBoxVisibility

See Also

DevExpress.XtraReports.Web.ReportDesigner.DataContracts Namespace