HtmlForgeX

API Reference

Class

TablerOperationalListSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerOperationalList.

Inheritance

  • Object
  • TablerOperationalListSettings

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 TablerOperationalListSettings CardMinWidth(String width) #
Returns: TablerOperationalListSettings
EditorBrowsable(2)

Sets the minimum width used by the responsive card grid.

Type Parameters

TWidth

Parameters

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

Sets the minimum width used by the responsive card grid.

Parameters

width ``0 required
public TablerOperationalListSettings Compact(Boolean enable = true) #
Returns: TablerOperationalListSettings

Uses denser spacing for compact cards.

Parameters

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

Returns control to the root list.

public TablerOperationalListSettings InspectionTrigger(TablerOperationalListInspectionTrigger trigger) #
Returns: TablerOperationalListSettings

Controls which interactions open and close item inspection panels.

Parameters

trigger HtmlForgeX.TablerOperationalListInspectionTrigger requiredposition: 0
public TablerOperationalListSettings MaxHeight(String height) #
Returns: TablerOperationalListSettings
EditorBrowsable(2)

Makes the cards area scroll inside a fixed height.

Type Parameters

THeight

Parameters

height System.String requiredposition: 0
MaxHeight``1(``0 height) #

Makes the cards area scroll inside a fixed height.

Parameters

height ``0 required
public TablerOperationalListSettings SelectionMode(TablerOperationalListSelectionMode mode) #
Returns: TablerOperationalListSettings

Controls whether cards are read-only, single-select, or multi-select.

Parameters

mode HtmlForgeX.TablerOperationalListSelectionMode requiredposition: 0
public TablerOperationalListSettings Toolbar(Boolean enable = true) #
Returns: TablerOperationalListSettings

Shows or hides the toolbar row.

Parameters

enable System.Boolean = true optionalposition: 0