HtmlForgeX

API Reference

Class

TablerControlBarSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Advanced settings builder for TablerControlBar.

Inheritance

  • Object
  • TablerControlBarSettings

Methods

public TablerControlBarSettings Actions(ControlBarPlacement placement) #
Returns: TablerControlBarSettings

Places action controls in the start or end zone.

Parameters

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

Places action controls on the primary or secondary rail.

Parameters

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

Chooses the visual density for the control bar.

Parameters

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

Returns control to the root control bar builder.

public TablerControlBarSettings EndRail(ControlBarRail rail) #
Returns: TablerControlBarSettings

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

Parameters

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

Places field controls on the primary or secondary rail.

Parameters

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

Controls whether the bar renders inline or on split rows.

Parameters

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

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

Parameters

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

Places toggle controls in the start or end zone.

Parameters

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

Places toggle controls on the primary or secondary rail.

Parameters

rail HtmlForgeX.ControlBarRail requiredposition: 0