API Reference
Class
TablerSummaryStripSettings
Settings sub-builder for TablerSummaryStrip.
Inheritance
- Object
- TablerSummaryStripSettings
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 TablerSummaryStrip.Settings
Methods
public TablerSummaryStripSettings Compact(Boolean enable = true) #Returns:
TablerSummaryStripSettingsUses a tighter chip layout.
Parameters
- enable System.Boolean = true
public TablerSummaryStrip End() #Returns:
TablerSummaryStripReturns control to the root summary strip.
public TablerSummaryStripSettings MinColumnWidth(String value) #Returns:
TablerSummaryStripSettingsEditorBrowsable(2)Sets the minimum width used by each summary chip column.
Type Parameters
- TWidth
Parameters
- value System.String
MinColumnWidth``1(``0 width) #Sets the minimum width used by each summary chip column.
Parameters
- width ``0
public TablerSummaryStripSettings NaturalCaseLabels(Boolean enable = true) #Returns:
TablerSummaryStripSettingsUses natural-case labels instead of forced uppercase chip labels.
Parameters
- enable System.Boolean = true