API Reference
Class
TablerStatusMatrixSettings
Settings sub-builder for TablerStatusMatrix.
Inheritance
- Object
- TablerStatusMatrixSettings
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
Accepted by parameters
- Method TablerStatusMatrix.Settings
Methods
public TablerStatusMatrixSettings Compact(Boolean enable = true) #Returns:
TablerStatusMatrixSettingsUses tighter spacing and smaller status chips.
Parameters
- enable System.Boolean = true
public TablerStatusMatrix End() #Returns:
TablerStatusMatrixReturns control to the root status matrix.
public TablerStatusMatrixSettings MinColumnWidth(String cssWidth) #Returns:
TablerStatusMatrixSettingsEditorBrowsable(2)Sets the minimum responsive width used by each matrix item.
Type Parameters
- TWidth
Parameters
- cssWidth System.String
MinColumnWidth``1(``0 width) #Sets the minimum responsive width used by each matrix item.
Parameters
- width ``0
public TablerStatusMatrixSettings NaturalCaseLabels(Boolean enable = true) #Returns:
TablerStatusMatrixSettingsUses natural-case labels instead of forced uppercase item labels.
Parameters
- enable System.Boolean = true
public TablerStatusMatrixSettings ShowNotes(Boolean enable = true) #Returns:
TablerStatusMatrixSettingsControls whether supporting notes render below each status value.
Parameters
- enable System.Boolean = true