SpectreTH
ClassNamespace:
RazorConsole.ComponentsAssembly:
RazorConsole.CoreDefinition
public class SpectreTH : ComponentBase, IComponent, IHandleEvent, IHandleAfterRenderConstructors
1| Name | Type | Description |
|---|---|---|
SpectreTH() | Constructor | — |
Properties
6| Name | Type | Description |
|---|---|---|
Appearance | ||
Width | Nullable<Int32> | The width of the column. |
Common | ||
ChildContent | RenderFragment | Table header cell for SpectreTable. |
Other | ||
AdditionalAttributes | IReadOnlyDictionary<String, Object> | Additional HTML attributes for the th element. |
Align | Nullable<Justify> | Horizontal alignment of the header cell content. Options: Left, Center, Right. If null , uses default. |
NoWrap | Boolean | No wrap flag. If true, then text doesn't wrap in column. |
Padding | Nullable<Padding> | The padding of the column. |
Methods
1| Name | Type | Description |
|---|---|---|
BuildRenderTree(RenderTreeBuilder)() | Method | — |