API Reference
Class
TablerAgendaRailSettings
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.
Returned or exposed by
- Method TablerAgendaRailSettings.Accent
- Method TablerAgendaRailSettings.Compact
- Method TablerAgendaRailSettings.EmptyMessage
- Method TablerAgendaRailSettings.EventsTitle
- Method TablerAgendaRailSettings.FillHeight
- Method TablerAgendaRailSettings.MaxHeight
- Method TablerAgendaRailSettings.Period
- Method TablerAgendaRailSettings.Search
- Method TablerAgendaRailSettings.Subtitle
- Method TablerAgendaRailSettings.Title
- Method TablerAgendaRailSettings.UpdatesTitle
Accepted by parameters
- Method TablerAgendaRail.Settings
Methods
public TablerAgendaRailSettings Accent(TablerColor color) #Returns:
TablerAgendaRailSettingsSets the ambient accent color for the rail.
Parameters
- color HtmlForgeX.TablerColor
public TablerAgendaRailSettings Compact(Boolean enabled = true) #Returns:
TablerAgendaRailSettingsUses tighter spacing for dense dashboard rails.
Parameters
- enabled System.Boolean = true
public TablerAgendaRailSettings EmptyMessage(String message) #Returns:
TablerAgendaRailSettingsSets the empty-state message.
Parameters
- message System.String
public TablerAgendaRailSettings EventsTitle(String title) #Returns:
TablerAgendaRailSettingsSets the event section heading.
Parameters
- title System.String
public TablerAgendaRailSettings FillHeight(Boolean enabled = true) #Returns:
TablerAgendaRailSettingsStretches the rail to fill the parent height.
Parameters
- enabled System.Boolean = true
public TablerAgendaRailSettings MaxHeight<THeight>(THeight height) #Returns:
TablerAgendaRailSettingsType Parameters
- THeight
Parameters
- height THeight
public TablerAgendaRailSettings Period(String period) #Returns:
TablerAgendaRailSettingsSets the period label shown above the day strip.
Parameters
- period System.String
public TablerAgendaRailSettings Search(String placeholder = "Search...") #Returns:
TablerAgendaRailSettingsShows a typed search placeholder inside the agenda rail.
Parameters
- placeholder System.String = "Search..."
public TablerAgendaRailSettings Subtitle(String subtitle) #Returns:
TablerAgendaRailSettingsSets supporting copy shown under the rail title.
Parameters
- subtitle System.String
public TablerAgendaRailSettings Title(String title) #Returns:
TablerAgendaRailSettingsSets the rail title.
Parameters
- title System.String
public TablerAgendaRailSettings UpdatesTitle(String title) #Returns:
TablerAgendaRailSettingsSets the updates section heading.
Parameters
- title System.String