Interface
IColumn

Definition

Namespace:Telerik.Blazor.Common.Columns

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public interface IColumn

Properties

HeaderClass

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

Declaration

cs-api-definition
string HeaderClass { get; set; }

Property Value

string

Id

Specifies the unique identifier of the column.

Declaration

cs-api-definition
string Id { get; set; }

Property Value

string

Locked

Specifies if the column is locked.

Declaration

cs-api-definition
bool Locked { get; set; }

Property Value

bool

MaxResizableWidth

The maximum resizable width of the column.

Declaration

cs-api-definition
decimal MaxResizableWidth { get; set; }

Property Value

decimal

MinResizableWidth

The minimum resizable width of the column.

Declaration

cs-api-definition
decimal MinResizableWidth { get; set; }

Property Value

decimal

Reorderable

Specifies if the column is reorderable.

Declaration

cs-api-definition
bool Reorderable { get; set; }

Property Value

bool

Resizable

Specifies if the column is resizable.

Declaration

cs-api-definition
bool Resizable { get; set; }

Property Value

bool

Title

The string title rendered in the column header.

Declaration

cs-api-definition
string Title { get; set; }

Property Value

string

Visible

Specifies if the column is visible.

Declaration

cs-api-definition
bool? Visible { get; set; }

Property Value

bool?

Width

The width of the column.

Declaration

cs-api-definition
string Width { get; set; }

Property Value

string