Represents a column in a grid for AI processing.
Definition
Namespace:Telerik.AI.SmartComponents.Extensions
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class GridAIColumnDescriptor
Inheritance: objectGridAIColumnDescriptor
Constructors
C#
public GridAIColumnDescriptor()
Properties
Gets or sets the nested columns if this is a column group.
C#
[JsonPropertyName("columns")]
public List<GridAIColumnDescriptor> Columns { get; set; }
Gets or sets the field name of the column.
C#
[JsonPropertyName("field")]
public string Field { get; set; }
Gets or sets the id of the column.
C#
[JsonPropertyName("id")]
public string Id { get; set; }
Gets or sets the type of the column.
C#
[JsonPropertyName("type")]
public string Type { get; set; }