Represents a context, passed to a GenerateColumn command.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class GenerateColumnContext
Inheritance: objectGenerateColumnContext
Constructors
C#
public GenerateColumnContext()
Properties
Gets the name of the property associated with the column.
C#
public string PropertyName { get; }
Gets or sets the generated column.
C#
public DataGridColumn Result { get; set; }