Class
MultiColumnComboBoxColumn

Defines a column for the MultiColumnComboBox component.

Definition

Constructors

MultiColumnComboBoxColumn()

Declaration

cs-api-definition
public MultiColumnComboBoxColumn()

Properties

Class

The CSS class that will be rendered on the column's content cells.

Declaration

cs-api-definition
[Parameter]
public string Class { get; set; }

Property Value

string

Field

Specifies the name of the field whose data the column will display. You can use the nameof operator.

Declaration

cs-api-definition
[Parameter]
public string Field { get; set; }

Property Value

string

HeaderClass

The CSS class that will be rendered on the column's header cell.

Declaration

cs-api-definition
[Parameter]
public string HeaderClass { get; set; }

Property Value

string

HeaderTemplate

Defines the header template of the column.

Declaration

cs-api-definition
[Parameter]
public RenderFragment HeaderTemplate { get; set; }

Property Value

RenderFragment

Template

Defines the cell template of the column.

Declaration

cs-api-definition
[Parameter]
public RenderFragment<object> Template { get; set; }

Property Value

RenderFragment<object>

Title

The string title rendered in the column header. If not declared, the Field value will be used instead.

Declaration

cs-api-definition
[Parameter]
public string Title { get; set; }

Property Value

string

Width

Represents the width of the column in pixels.

Declaration

cs-api-definition
[Parameter]
public string Width { get; set; }

Property Value

string

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)

OnInitialized()

Declaration

cs-api-definition
protected override void OnInitialized()

Overrides ComponentBase.OnInitialized()