Class DataGridTemplateColumn
Represents a Data
Inherited Members
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataGridTemplateColumn : DataGridColumn, IDataDescriptorPeer, IDataGridColumnDefinition
Constructors
DataGridTemplateColumn()
Declaration
public DataGridTemplateColumn()
Fields
GroupDescriptorProperty
Identifies the Group
Declaration
public static readonly BindableProperty GroupDescriptorProperty
Field Value
Microsoft.
|
SortDescriptorProperty
Identifies the Sort
Declaration
public static readonly BindableProperty SortDescriptorProperty
Field Value
Microsoft.
|
Properties
GroupDescriptor
Gets or sets the Group
Declaration
public GroupDescriptorBase GroupDescriptor { get; set; }
Property Value
SortDescriptor
Gets or sets the Sort
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.
Declaration
public override object GetValueForInstance(object instance)
Parameters
System.
|
Returns
System.
|