DataGridPreparingCellForEditEventArgs.EditingElement 屬性

定義

取得資料行針對處於編輯模式之儲存格所顯示的項目。

public:
 property System::Windows::FrameworkElement ^ EditingElement { System::Windows::FrameworkElement ^ get(); };
public System.Windows.FrameworkElement EditingElement { get; }
member this.EditingElement : System.Windows.FrameworkElement
Public ReadOnly Property EditingElement As FrameworkElement

屬性值

FrameworkElement

資料行針對處於編輯模式之儲存格所顯示的項目。

適用於

另請參閱