DataGridComboBoxColumn.GenerateEditingElement(DataGridCell, Object) メソッド

定義

列の SelectedItemBindingSelectedValueBinding、および TextBinding の各値にバインドされたコンボ ボックス コントロールを取得します。

protected:
 override System::Windows::FrameworkElement ^ GenerateEditingElement(System::Windows::Controls::DataGridCell ^ cell, System::Object ^ dataItem);
protected override System.Windows.FrameworkElement GenerateEditingElement (System.Windows.Controls.DataGridCell cell, object dataItem);
override this.GenerateEditingElement : System.Windows.Controls.DataGridCell * obj -> System.Windows.FrameworkElement
Protected Overrides Function GenerateEditingElement (cell As DataGridCell, dataItem As Object) As FrameworkElement

パラメーター

cell
DataGridCell

生成された要素を格納するセル。

dataItem
Object

目的のセルを格納している行によって表されるデータ項目。

戻り値

FrameworkElement

列の SelectedItemBindingSelectedValueBinding、および TextBinding の各値にバインドされた新しいコンボ ボックス コントロール。

適用対象