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.1.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. |
See Also