Skip to main content
All docs
V25.1
  • 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.1.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.

    See Also