Class
GridAIColumnDescriptor

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

Field

Gets or sets the field name of the column.

Declaration

cs-api-definition
[JsonPropertyName("field")]
public string Field { get; set; }

Property Value

string

Values

Gets or sets the possible values for the column.

Declaration

cs-api-definition
[JsonPropertyName("values")]
public string[] Values { get; set; }

Property Value

string[]