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:
C#
public class DataGridTemplateColumn : DataGridColumn
Inheritance: objectDataGridColumnDataGridTemplateColumn
Inherited Members
Constructors
C#
public DataGridTemplateColumn()
Fields
GroupDescriptorProperty
BindableProperty
Identifies the GroupDescriptor property.
C#
public static readonly BindableProperty GroupDescriptorProperty
SortDescriptorProperty
BindableProperty
Identifies the SortDescriptor property.
C#
public static readonly BindableProperty SortDescriptorProperty
Properties
Gets or sets the GroupDescriptorBase that defines whether the column may be grouped by the user using drag-and-drop operation.
C#
public GroupDescriptorBase GroupDescriptor { get; set; }
Gets or sets the SortDescriptorBase that defines how the column will be sorted by the user upon a Tap gesture over the column header.
C#
public SortDescriptorBase SortDescriptor { get; set; }