HtmlForgeX

API Reference

Class

TablerEntityCollectionSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerEntityCollection.

Inheritance

  • Object
  • TablerEntityCollectionSettings

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 TablerEntityCollectionSettings Compact(Boolean enable = true) #
Returns: TablerEntityCollectionSettings

Uses denser spacing across the hosted collection views.

Parameters

enable System.Boolean = true optionalposition: 0
Density 2 overloads
public TablerEntityCollectionSettings Density(TablerCollectionTableDensity density) #
Returns: TablerEntityCollectionSettings
EditorBrowsable(2)

Coordinates table density with list and card compactness from one collection-level setting.

Parameters

density HtmlForgeX.TablerCollectionDensity requiredposition: 0
Density(HtmlForgeX.TablerCollectionTableDensity density) #

Coordinates density using the legacy table-specific density enum.

Parameters

density HtmlForgeX.TablerCollectionTableDensity required
public TablerEntityCollection End() #
Returns: TablerEntityCollection

Returns control to the root component.

public TablerEntityCollectionSettings InitialView(TablerEntityCollectionViewMode mode) #
Returns: TablerEntityCollectionSettings

Sets the initially visible view mode.

Parameters

mode HtmlForgeX.TablerEntityCollectionViewMode requiredposition: 0
public TablerEntityCollectionSettings MinCardWidth(String width) #
Returns: TablerEntityCollectionSettings

Sets the minimum width used by the cards view.

Parameters

width System.String requiredposition: 0
public TablerEntityCollectionSettings Preset(TablerEntityCollectionPreset preset) #
Returns: TablerEntityCollectionSettings

Applies a named host preset that coordinates default view, spacing, action density, and default column behavior.

Parameters

preset HtmlForgeX.TablerEntityCollectionPreset requiredposition: 0
public TablerEntityCollectionSettings ShowSwitcher(Boolean enable = true) #
Returns: TablerEntityCollectionSettings

Shows or hides the built-in view switcher.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerEntityCollectionSettings Surface(TablerSurfaceStyle style) #
Returns: TablerEntityCollectionSettings

Sets the shared surface style used by the hosted table, list, and card views.

Parameters

style HtmlForgeX.TablerSurfaceStyle requiredposition: 0
public TablerEntityCollectionSettings TableActionPresentation(TablerCollectionTableActionPresentation presentation) #
Returns: TablerEntityCollectionSettings

Sets the action density used by the table view.

Parameters

presentation HtmlForgeX.TablerCollectionTableActionPresentation requiredposition: 0
public TablerEntityCollectionSettings ToolbarActions(ControlBarPlacement placement) #
Returns: TablerEntityCollectionSettings

Places toolbar actions in the start or end zone.

Parameters

placement HtmlForgeX.ControlBarPlacement requiredposition: 0
public TablerEntityCollectionSettings ToolbarActionsRail(ControlBarRail rail) #
Returns: TablerEntityCollectionSettings

Places toolbar actions on the primary or secondary rail.

Parameters

rail HtmlForgeX.ControlBarRail requiredposition: 0
public TablerEntityCollectionSettings ToolbarDensity(ControlBarDensity density) #
Returns: TablerEntityCollectionSettings

Chooses the visual density used by the built-in toolbar.

Parameters

density HtmlForgeX.ControlBarDensity requiredposition: 0
public TablerEntityCollectionSettings ToolbarFieldsRail(ControlBarRail rail) #
Returns: TablerEntityCollectionSettings

Places toolbar fields on the primary or secondary rail.

Parameters

rail HtmlForgeX.ControlBarRail requiredposition: 0
public TablerEntityCollectionSettings ToolbarLayout(ControlBarLayoutMode mode) #
Returns: TablerEntityCollectionSettings

Controls whether the built-in toolbar renders inline or on split rows.

Parameters

mode HtmlForgeX.ControlBarLayoutMode requiredposition: 0