HtmlForgeX

API Reference

Enum

MonitoringPanelPlacement

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

Defines how a monitoring panel should participate in responsive dashboard grids.

Inheritance

  • Enum
  • MonitoringPanelPlacement

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const MonitoringPanelPlacement Auto #

Lets HtmlForgeX infer the placement from the panel content.

Value: 0
public const MonitoringPanelPlacement Standard #

Keeps the panel on the configured grid span until the dashboard's global breakpoints apply.

Value: 1
public const MonitoringPanelPlacement DataWide #

Gives data-heavy content, such as tables, matrices, and record explorers, a full row at medium widths.

Value: 2