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

Definition

Namespace:Telerik.Blazor.Components.Common.ColumnMenu

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class ColumnMenuChooserColumn : IColumn

Inheritance: objectColumnMenuChooserColumn

Implements: IColumn

Constructors

C#
public ColumnMenuChooserColumn()

Properties

Specifies the unique identifier of the column.

C#
public string Id { get; set; }

Implements: IColumn.Id

The string title rendered in the column header.

C#
public string Title { get; set; }

Implements: IColumn.Title