HtmlForgeX

API Reference

Class

TablerCollectionToolbarSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerCollectionToolbar.

Inheritance

  • Object
  • TablerCollectionToolbarSettings

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 TablerCollectionToolbarSettings Actions(ControlBarPlacement placement) #
Returns: TablerCollectionToolbarSettings

Places action controls in the start or end zone.

Parameters

placement HtmlForgeX.ControlBarPlacement requiredposition: 0
public TablerCollectionToolbarSettings ActionsRail(ControlBarRail rail) #
Returns: TablerCollectionToolbarSettings

Places action controls on the primary or secondary rail.

Parameters

rail HtmlForgeX.ControlBarRail requiredposition: 0
public TablerCollectionToolbarSettings Density(ControlBarDensity density) #
Returns: TablerCollectionToolbarSettings

Chooses the visual density for the toolbar.

Parameters

density HtmlForgeX.ControlBarDensity requiredposition: 0
public TablerCollectionToolbar End() #
Returns: TablerCollectionToolbar

Returns control to the root toolbar.

public TablerCollectionToolbarSettings EndRail(ControlBarRail rail) #
Returns: TablerCollectionToolbarSettings

Places custom end-slot content on the primary or secondary rail.

Parameters

rail HtmlForgeX.ControlBarRail requiredposition: 0
public TablerCollectionToolbarSettings FieldsRail(ControlBarRail rail) #
Returns: TablerCollectionToolbarSettings

Places field controls on the primary or secondary rail.

Parameters

rail HtmlForgeX.ControlBarRail requiredposition: 0
public TablerCollectionToolbarSettings Layout(ControlBarLayoutMode mode) #
Returns: TablerCollectionToolbarSettings

Controls whether the bar renders inline or on split rows.

Parameters

mode HtmlForgeX.ControlBarLayoutMode requiredposition: 0
public TablerCollectionToolbarSettings StartRail(ControlBarRail rail) #
Returns: TablerCollectionToolbarSettings

Places custom start-slot content on the primary or secondary rail.

Parameters

rail HtmlForgeX.ControlBarRail requiredposition: 0
public TablerCollectionToolbarSettings Toggles(ControlBarPlacement placement) #
Returns: TablerCollectionToolbarSettings

Places toggle controls in the start or end zone.

Parameters

placement HtmlForgeX.ControlBarPlacement requiredposition: 0
public TablerCollectionToolbarSettings TogglesRail(ControlBarRail rail) #
Returns: TablerCollectionToolbarSettings

Places toggle controls on the primary or secondary rail.

Parameters

rail HtmlForgeX.ControlBarRail requiredposition: 0