HtmlForgeX

API Reference

Class

TablerServiceConfigFormSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Advanced display settings for TablerServiceConfigForm.

Inheritance

  • Object
  • TablerServiceConfigFormSettings

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

Adds CSS classes to the form.

Parameters

cssClass System.String requiredposition: 0
public TablerServiceConfigFormSettings Columns(Int32 columns) #
Returns: TablerServiceConfigFormSettings

Sets the desired field column count for wider screens.

Parameters

columns System.Int32 requiredposition: 0
public TablerServiceConfigFormSettings Compact(Boolean enable = true) #
Returns: TablerServiceConfigFormSettings

Uses denser spacing for compact editor forms.

Parameters

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

Returns control to the root form builder.