InterfaceIColumn
Interface
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.
Id
Specifies the unique identifier of the column.
Locked
Specifies if the column is locked.
MaxResizableWidth
The maximum resizable width of the column.
MinResizableWidth
The minimum resizable width of the column.
Reorderable
Specifies if the column is reorderable.
Resizable
Specifies if the column is resizable.
Title
The string title rendered in the column header.
Visible
Specifies if the column is visible.