DataGridColumn.GenerateEditingElement(DataGridCell, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当在派生类中被重写时,获取一个编辑元素,该元素绑定到该列的 Binding 属性值。
protected:
abstract System::Windows::FrameworkElement ^ GenerateEditingElement(System::Windows::Controls::DataGridCell ^ cell, System::Object ^ dataItem);
protected abstract System.Windows.FrameworkElement GenerateEditingElement (System.Windows.Controls.DataGridCell cell, object dataItem);
abstract member GenerateEditingElement : System.Windows.Controls.DataGridCell * obj -> System.Windows.FrameworkElement
Protected MustOverride Function GenerateEditingElement (cell As DataGridCell, dataItem As Object) As FrameworkElement
参数
- cell
- DataGridCell
将包含所生成元素的单元格。
- dataItem
- Object
由包含目标单元格的行表示的数据项。
返回
绑定到列的 Binding 属性值的新编辑元素。
注解
此方法在单元格处于编辑模式时为单元格内容创建可视化树。