Class GenerateColumnContext
Represents a context, passed to a GenerateColumn command.
Inheritance
System.Object
GenerateColumnContext
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public class GenerateColumnContext : Object
Constructors
GenerateColumnContext()
Declaration
public GenerateColumnContext()
Properties
PropertyName
Gets the name of the property associated with the column.
Declaration
public string PropertyName { get; }
Property Value
System.String
|
Result
Gets or sets the generated column.
Declaration
public DataGridColumn Result { get; set; }
Property Value
DataGridColumn
|