HtmlForgeX

API Reference

Enum

MonitoringDashboardPanelLayout

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

Controls how dashboard panel grids align panels when content heights or counts are uneven.

Inheritance

  • Enum
  • MonitoringDashboardPanelLayout

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 MonitoringDashboardPanelLayout Natural #

Uses natural content height for panels.

Value: 0
public const MonitoringDashboardPanelLayout StretchRows #

Stretches panels within each grid row so mixed-height content aligns.

Value: 1
public const MonitoringDashboardPanelLayout FillLastRow #

Allows the final panel in an uneven row to fill the remaining row width.

Value: 2