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 |