ClassDataGridTemplateColumn
Represents a DataGridColumn that uses a DataTemplate to describe the content of each associated grid cell.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class DataGridTemplateColumn : DataGridColumn
Inheritance: objectDataGridColumnDataGridTemplateColumn
Inherited Members
Constructors
DataGridTemplateColumn()
Declaration
public DataGridTemplateColumn()
Fields
GroupDescriptorProperty
Identifies the GroupDescriptor property.
Declaration
public static readonly BindableProperty GroupDescriptorProperty
Field Value
BindableProperty
SortDescriptorProperty
Identifies the SortDescriptor property.
Declaration
public static readonly BindableProperty SortDescriptorProperty
Field Value
BindableProperty
Properties
GroupDescriptor
Gets or sets the GroupDescriptorBase that defines whether the column may be grouped by the user using drag-and-drop operation.
Declaration
public GroupDescriptorBase GroupDescriptor { get; set; }
Property Value
SortDescriptor
Gets or sets the SortDescriptorBase that defines how the column will be sorted by the user upon a Tap gesture over the column header.
Declaration
public SortDescriptorBase SortDescriptor { get; set; }
Property Value
Methods
GetValueForInstance(object)
Retrieves the column value for the provided object instance. This actually represents the content of a grid cell where a cell is defined by a row (data item) and a column.