HtmlForgeX

API Reference

Class

TablerAuditLogCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerAuditLogCard.

Inheritance

  • Object
  • TablerAuditLogCardSettings

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 TablerAuditLogCardSettings Accent(TablerColor color) #
Returns: TablerAuditLogCardSettings

Sets the ambient accent color.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerAuditLogCardSettings Compact(Boolean enable = true) #
Returns: TablerAuditLogCardSettings

Uses tighter spacing inside the card.

Parameters

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

Returns control to the root card surface.

public TablerAuditLogCardSettings FillHeight(Boolean enable = true) #
Returns: TablerAuditLogCardSettings

Makes the card stretch to the available height.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerAuditLogCardSettings LoadingPlaceholder(Action<TablerPlaceholderCard> configure = null) #
Returns: TablerAuditLogCardSettings

Adds a typed skeleton surface for the audit log while the lazy DataTable initializes.

Parameters

configure System.Action{HtmlForgeX.TablerPlaceholderCard} = null optionalposition: 0
public TablerAuditLogCardSettings MinColumnWidth(String value) #
Returns: TablerAuditLogCardSettings
EditorBrowsable(2)

Sets the minimum width used by each summary chip column.

Type Parameters

TWidth

Parameters

value System.String requiredposition: 0
MinColumnWidth``1(``0 width) #

Sets the minimum width used by each summary chip column.

Parameters

width ``0 required