DataGridTemplateColumn.GenerateEditingElement(DataGridCell, Object) Method

Definition

Gets an element defined by the CellEditingTemplate that is bound to the column's Binding property value.

protected override Windows.UI.Xaml.FrameworkElement GenerateEditingElement (Microsoft.Toolkit.Uwp.UI.Controls.DataGridCell cell, object dataItem);
override this.GenerateEditingElement : Microsoft.Toolkit.Uwp.UI.Controls.DataGridCell * obj -> Windows.UI.Xaml.FrameworkElement
Protected Overrides Function GenerateEditingElement (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 editing element that is bound to the column's Binding property value.

Exceptions

Applies to