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