API Reference
Class
TablerCollectionToolbarSettings
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.
Returned or exposed by
- Method TablerCollectionToolbarSettings.Actions
- Method TablerCollectionToolbarSettings.ActionsRail
- Method TablerCollectionToolbarSettings.Density
- Method TablerCollectionToolbarSettings.EndRail
- Method TablerCollectionToolbarSettings.FieldsRail
- Method TablerCollectionToolbarSettings.Layout
- Method TablerCollectionToolbarSettings.StartRail
- Method TablerCollectionToolbarSettings.Toggles
- Method TablerCollectionToolbarSettings.TogglesRail
Accepted by parameters
Methods
public TablerCollectionToolbarSettings Actions(ControlBarPlacement placement) #Returns:
TablerCollectionToolbarSettingsPlaces action controls in the start or end zone.
Parameters
- placement HtmlForgeX.ControlBarPlacement
public TablerCollectionToolbarSettings ActionsRail(ControlBarRail rail) #Returns:
TablerCollectionToolbarSettingsPlaces action controls on the primary or secondary rail.
Parameters
- rail HtmlForgeX.ControlBarRail
public TablerCollectionToolbarSettings Density(ControlBarDensity density) #Returns:
TablerCollectionToolbarSettingsChooses the visual density for the toolbar.
Parameters
- density HtmlForgeX.ControlBarDensity
public TablerCollectionToolbar End() #Returns:
TablerCollectionToolbarReturns control to the root toolbar.
public TablerCollectionToolbarSettings EndRail(ControlBarRail rail) #Returns:
TablerCollectionToolbarSettingsPlaces custom end-slot content on the primary or secondary rail.
Parameters
- rail HtmlForgeX.ControlBarRail
public TablerCollectionToolbarSettings FieldsRail(ControlBarRail rail) #Returns:
TablerCollectionToolbarSettingsPlaces field controls on the primary or secondary rail.
Parameters
- rail HtmlForgeX.ControlBarRail
public TablerCollectionToolbarSettings Layout(ControlBarLayoutMode mode) #Returns:
TablerCollectionToolbarSettingsControls whether the bar renders inline or on split rows.
Parameters
- mode HtmlForgeX.ControlBarLayoutMode
public TablerCollectionToolbarSettings StartRail(ControlBarRail rail) #Returns:
TablerCollectionToolbarSettingsPlaces custom start-slot content on the primary or secondary rail.
Parameters
- rail HtmlForgeX.ControlBarRail
public TablerCollectionToolbarSettings Toggles(ControlBarPlacement placement) #Returns:
TablerCollectionToolbarSettingsPlaces toggle controls in the start or end zone.
Parameters
- placement HtmlForgeX.ControlBarPlacement
public TablerCollectionToolbarSettings TogglesRail(ControlBarRail rail) #Returns:
TablerCollectionToolbarSettingsPlaces toggle controls on the primary or secondary rail.
Parameters
- rail HtmlForgeX.ControlBarRail