Edit

Share via


DataGridColumn.GenerateElement(DataGridCell, Object) Method

Definition

When overridden in a derived class, gets a read-only element that is bound to the column's Binding property value.

protected abstract Windows.UI.Xaml.FrameworkElement GenerateElement (Microsoft.Toolkit.Uwp.UI.Controls.DataGridCell cell, object dataItem);
abstract member GenerateElement : Microsoft.Toolkit.Uwp.UI.Controls.DataGridCell * obj -> Windows.UI.Xaml.FrameworkElement
Protected MustOverride Function GenerateElement (cell As DataGridCell, dataItem As Object) As FrameworkElement

Parameters

cell
DataGridCell

The cell that will contain the generated element.

dataItem
Object

The data item represented by the row that contains the intended cell.

Returns

Windows.UI.Xaml.FrameworkElement

A new, read-only element that is bound to the column's Binding property value.

Applies to