Enum DisplayMode
Specifies the display mode for the Query Builder rules, which can be either horizontal or vertical.
Namespace: Syncfusion.Blazor.QueryBuilder
Assembly: Syncfusion.Blazor.dll
Syntax
public enum DisplayMode
Remarks
This enumeration is used to control the layout of the filter rules in the user interface.
Fields
| Name | Description |
|---|---|
| Horizontal | Renders the Query Builder rules in a horizontal layout. |
| Vertical | Renders the Query Builder rules in a vertical layout. |