Class
GenerateColumnContext

Represents a context, passed to a GenerateColumn command.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class GenerateColumnContext

Inheritance: objectGenerateColumnContext

Constructors

GenerateColumnContext()

Declaration

cs-api-definition
public GenerateColumnContext()

Properties

PropertyName

Gets the name of the property associated with the column.

Declaration

cs-api-definition
public string PropertyName { get; }

Property Value

string

Result

Gets or sets the generated column.

Declaration

cs-api-definition
public DataGridColumn Result { get; set; }

Property Value

DataGridColumn