HtmlForgeX

API Reference

Enum

ControlBarLayoutMode

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Layout strategies for TablerControlBar.

Inheritance

  • Enum
  • ControlBarLayoutMode

Values

public const ControlBarLayoutMode Auto #

Picks the most suitable layout based on which sections are present.

Value: 0
public const ControlBarLayoutMode Inline #

Keeps the bar on a single row until responsive fallback stacks it.

Value: 1
public const ControlBarLayoutMode Split #

Places fields on the first row and side groups on the second row.

Value: 2