ClassColumnBase
Definition
Namespace:Telerik.Blazor.Components.Common
Assembly:Telerik.Blazor.dll
Syntax:
public abstract class ColumnBase : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IColumn, IDisposable
Inheritance: objectComponentBaseColumnBase
Derived Classes:
Implements:
Inherited Members
Constructors
ColumnBase()
Declaration
protected ColumnBase()
Properties
HeaderClass
The CSS class that will be rendered on the column header cell.
Declaration
[Parameter]
public virtual string HeaderClass { get; set; }
Property Value
Implements
Id
Specifies the unique identifier of the column.
Locked
Specifies whether the column is locked.
MaxResizableWidth
The maximum resizable width of the column.
Declaration
[Parameter]
public decimal MaxResizableWidth { get; set; }
Property Value
Implements
MinResizableWidth
The minimum resizable width of the column.
Declaration
[Parameter]
public decimal MinResizableWidth { get; set; }
Property Value
Implements
Reorderable
Specifies whether the column can be reordered.
Resizable
Specifies whether the column can be resized.
Title
The string title rendered in the column header.
Visible
Specifies whether the column is visible. If set to false, the column will be hidden from the grid.
Methods
Dispose()
Declaration
public void Dispose()
Implements
OnAfterRender(bool)
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
firstRender
Overrides
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
SetParametersAsync(ParameterView)
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
parameters
Returns
Overrides