menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DisplayMode - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DisplayMode

    Specifies the display mode for the Query Builder rules, which can be either horizontal or vertical.

    Inheritance
    System.Object
    DisplayMode
    Namespace: Syncfusion.Blazor.QueryBuilder
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class DisplayMode : Enum
    Remarks

    This enumeration is used to control the layout of the filter rules in the user interface.

    Fields

    Horizontal

    Renders the Query Builder rules in a horizontal layout.

    Declaration
    public const DisplayMode Horizontal
    Field Value
    Type
    DisplayMode

    Vertical

    Renders the Query Builder rules in a vertical layout.

    Declaration
    public const DisplayMode Vertical
    Field Value
    Type
    DisplayMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved