HtmlForgeX

API Reference

Class

TablerAgendaRailSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings for TablerAgendaRail.

Inheritance

  • Object
  • TablerAgendaRailSettings

Usage

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

Accepted by parameters

Methods

public TablerAgendaRailSettings Accent(TablerColor color) #
Returns: TablerAgendaRailSettings

Sets the ambient accent color for the rail.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerAgendaRailSettings Compact(Boolean enabled = true) #
Returns: TablerAgendaRailSettings

Uses tighter spacing for dense dashboard rails.

Parameters

enabled System.Boolean = true optionalposition: 0
public TablerAgendaRailSettings EmptyMessage(String message) #
Returns: TablerAgendaRailSettings

Sets the empty-state message.

Parameters

message System.String requiredposition: 0
public TablerAgendaRail End() #
Returns: TablerAgendaRail

Returns the root agenda rail.

public TablerAgendaRailSettings EventsTitle(String title) #
Returns: TablerAgendaRailSettings

Sets the event section heading.

Parameters

title System.String requiredposition: 0
public TablerAgendaRailSettings FillHeight(Boolean enabled = true) #
Returns: TablerAgendaRailSettings

Stretches the rail to fill the parent height.

Parameters

enabled System.Boolean = true optionalposition: 0
public TablerAgendaRailSettings MaxHeight<THeight>(THeight height) #
Returns: TablerAgendaRailSettings

Type Parameters

THeight

Parameters

height THeight requiredposition: 0
MaxHeight``1(``0 height) #

Limits the internal agenda scroll area height.

Parameters

height ``0 required
public TablerAgendaRailSettings Period(String period) #
Returns: TablerAgendaRailSettings

Sets the period label shown above the day strip.

Parameters

period System.String requiredposition: 0
public TablerAgendaRailSettings Search(String placeholder = "Search...") #
Returns: TablerAgendaRailSettings

Shows a typed search placeholder inside the agenda rail.

Parameters

placeholder System.String = "Search..." optionalposition: 0
public TablerAgendaRailSettings Subtitle(String subtitle) #
Returns: TablerAgendaRailSettings

Sets supporting copy shown under the rail title.

Parameters

subtitle System.String requiredposition: 0
public TablerAgendaRailSettings Title(String title) #
Returns: TablerAgendaRailSettings

Sets the rail title.

Parameters

title System.String requiredposition: 0
public TablerAgendaRailSettings UpdatesTitle(String title) #
Returns: TablerAgendaRailSettings

Sets the updates section heading.

Parameters

title System.String requiredposition: 0