SearchBoxVisibility Enum
In This Article
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
#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 | Wizard |
.NET Reporting Tools | Dx |
Report |
See Also