New to Telerik UI for BlazorStart a free 30-day trial

IColumn

Interface

Definition

Properties

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

C#
string HeaderClass { get; set; }

Specifies the unique identifier of the column.

C#
string Id { get; set; }

Specifies if the column is locked.

C#
bool Locked { 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; }

Specifies if the column is resizable.

C#
bool Resizable { get; set; }

The string title rendered in the column header.

C#
string Title { get; set; }

Specifies if the column is visible.

C#
bool? Visible { get; set; }

The width of the column.

C#
string Width { get; set; }