SpectreTH

Class
Namespace: RazorConsole.Components
Assembly: RazorConsole.Core

Definition

public class SpectreTH : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

1
NameTypeDescription
SpectreTH()Constructor

Properties

6
NameTypeDescription
Appearance
WidthNullable<Int32>The width of the column.
Common
ChildContentRenderFragmentTable header cell for SpectreTable.
Other
AdditionalAttributesIReadOnlyDictionary<String, Object>Additional HTML attributes for the th element.
AlignNullable<Justify>Horizontal alignment of the header cell content. Options: Left, Center, Right. If null , uses default.
NoWrapBooleanNo wrap flag. If true, then text doesn't wrap in column.
PaddingNullable<Padding>The padding of the column.

Methods

1
NameTypeDescription
BuildRenderTree(RenderTreeBuilder)()Method