IColumn
Interface
Definition
Namespace:Telerik.Blazor.Common.Columns
Assembly:Telerik.Blazor.dll
Syntax:
C#
public interface IColumn
Derived Classes:
Properties
The CSS class that will be rendered on the column header cell.
C#
string HeaderClass { get; set; }
The maximum resizable width of the column.
C#
decimal MaxResizableWidth { get; set; }
The minimum resizable width of the column.
C#
decimal MinResizableWidth { get; set; }
Specifies if the column is reorderable.
C#
bool Reorderable { get; set; }