ClassMultiColumnComboBoxColumn
Class
Defines a column for the MultiColumnComboBox component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class MultiColumnComboBoxColumn : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseMultiColumnComboBoxColumn
Implements:
Inherited Members
Constructors
MultiColumnComboBoxColumn()
Declaration
cs-api-definition
public MultiColumnComboBoxColumn()
Properties
Class
The CSS class that will be rendered on the column's content cells.
Field
Specifies the name of the field whose data the column will display. You can use the nameof operator.
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
HeaderTemplate
Defines the header template of the column.
Declaration
cs-api-definition
[Parameter]
public RenderFragment HeaderTemplate { get; set; }
Property Value
Template
Defines the cell template of the column.
Declaration
cs-api-definition
[Parameter]
public RenderFragment<object> Template { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
OnInitialized()
Declaration
cs-api-definition
protected override void OnInitialized()
Overrides