HtmlForgeX

API Reference

Class

TablerSummaryStripSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

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.

Accepted by parameters

Methods

public TablerSummaryStripSettings Compact(Boolean enable = true) #
Returns: TablerSummaryStripSettings

Uses a tighter chip layout.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerSummaryStrip End() #
Returns: TablerSummaryStrip

Returns control to the root summary strip.

public TablerSummaryStripSettings MinColumnWidth(String value) #
Returns: TablerSummaryStripSettings
EditorBrowsable(2)

Sets the minimum width used by each summary chip column.

Type Parameters

TWidth

Parameters

value System.String requiredposition: 0
MinColumnWidth``1(``0 width) #

Sets the minimum width used by each summary chip column.

Parameters

width ``0 required
public TablerSummaryStripSettings NaturalCaseLabels(Boolean enable = true) #
Returns: TablerSummaryStripSettings

Uses natural-case labels instead of forced uppercase chip labels.

Parameters

enable System.Boolean = true optionalposition: 0