HtmlForgeX

API Reference

Class

TablerOperationalWorkspaceSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerOperationalWorkspace.

Inheritance

  • Object
  • TablerOperationalWorkspaceSettings

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 TablerOperationalWorkspaceSettings Class(String cssClass) #
Returns: TablerOperationalWorkspaceSettings
EditorBrowsable(2)

Adds CSS classes to the workspace shell.

Parameters

cssClass System.String requiredposition: 0
public TablerOperationalWorkspaceSettings Compact(Boolean enable = true) #
Returns: TablerOperationalWorkspaceSettings

Uses denser spacing for compact operational surfaces.

Parameters

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

Returns control to the root workspace.

public TablerOperationalWorkspaceSettings Height(String height) #
Returns: TablerOperationalWorkspaceSettings
EditorBrowsable(2)

Sets the minimum visual height for the workspace shell.

Type Parameters

THeight

Parameters

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

Sets the minimum visual height for the workspace shell.

Parameters

height ``0 required
public TablerOperationalWorkspaceSettings Palette(TablerOperationalWorkspacePalette palette) #
Returns: TablerOperationalWorkspaceSettings

Applies a shared accent palette to the shell and dashboard components hosted inside it.

Parameters

palette HtmlForgeX.TablerOperationalWorkspacePalette requiredposition: 0
public TablerOperationalWorkspaceSettings Preset(TablerOperationalWorkspaceStylePreset preset) #
Returns: TablerOperationalWorkspaceSettings

Applies a reusable visual preset to the workspace shell.

Parameters

preset HtmlForgeX.TablerOperationalWorkspaceStylePreset requiredposition: 0