API Reference
TablerRecordInspectorCardSettings
Settings sub-builder for TablerRecordInspectorCard.
Inheritance
- Object
- TablerRecordInspectorCardSettings
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 TablerRecordInspectorCardSettings.Accent
- Method TablerRecordInspectorCardSettings.ActionsSubtitle
- Method TablerRecordInspectorCardSettings.ActionsTitle
- Method TablerRecordInspectorCardSettings.Compact
- Method TablerRecordInspectorCardSettings.DetailsSurface
- Method TablerRecordInspectorCardSettings.DetailsTitle
- Method TablerRecordInspectorCardSettings.FillHeight
- Method TablerRecordInspectorCardSettings.NaturalCaseLabels
- Method TablerRecordInspectorCardSettings.ShowSignalNotes
- Method TablerRecordInspectorCardSettings.SignalMinColumnWidth
- Method TablerRecordInspectorCardSettings.SignalsTitle
Accepted by parameters
Methods
public TablerRecordInspectorCardSettings Accent(TablerColor color) #TablerRecordInspectorCardSettingsSets the ambient accent color.
Parameters
- color HtmlForgeX.TablerColor
public TablerRecordInspectorCardSettings ActionsSubtitle(String text) #TablerRecordInspectorCardSettingsSets supporting text shown below the action section label.
Parameters
- text System.String
public TablerRecordInspectorCardSettings ActionsTitle(String title) #TablerRecordInspectorCardSettingsSets the section label shown above the action list.
Parameters
- title System.String
public TablerRecordInspectorCardSettings Compact(Boolean enable = true) #TablerRecordInspectorCardSettingsUses tighter spacing across the inspector shell and its summary/signals.
Parameters
- enable System.Boolean = true
public TablerRecordInspectorCardSettings DetailsSurface(TablerSurfaceStyle style) #TablerRecordInspectorCardSettingsApplies a surface treatment to the structured details grid only.
Parameters
- style HtmlForgeX.TablerSurfaceStyle
public TablerRecordInspectorCardSettings DetailsTitle(String title) #TablerRecordInspectorCardSettingsSets the section label shown above the structured details grid.
Parameters
- title System.String
public TablerRecordInspectorCard End() #TablerRecordInspectorCardReturns control to the root card.
public TablerRecordInspectorCardSettings FillHeight(Boolean enable = true) #TablerRecordInspectorCardSettingsMakes the card stretch to the available height.
Parameters
- enable System.Boolean = true
public TablerRecordInspectorCardSettings NaturalCaseLabels(Boolean enable = true) #TablerRecordInspectorCardSettingsUses natural-case labels in summary metrics and grouped signal tiles.
Parameters
- enable System.Boolean = true
public TablerRecordInspectorCardSettings ShowSignalNotes(Boolean enable = true) #TablerRecordInspectorCardSettingsShows or hides per-signal notes in the grouped matrix.
Parameters
- enable System.Boolean = true
public TablerRecordInspectorCardSettings SignalMinColumnWidth(String width) #TablerRecordInspectorCardSettingsEditorBrowsable(2)Sets the minimum tile width used by the grouped signal matrix.
Type Parameters
- TWidth
Parameters
- width System.String
SignalMinColumnWidth``1(``0 width) #Sets the minimum tile width used by the grouped signal matrix.
Parameters
- width ``0
public TablerRecordInspectorCardSettings SignalsTitle(String title) #TablerRecordInspectorCardSettingsSets the section label shown above the grouped signal matrix.
Parameters
- title System.String