DataGridHyperlinkColumn.GenerateElement(DataGridCell, Object) Metoda

Definicja

Pobiera element tylko do Hyperlink odczytu powiązany z wartością właściwości kolumny ContentBinding .

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

Parametry

cell
DataGridCell

Komórka zawierająca wygenerowany element.

dataItem
Object

Element danych reprezentowany przez wiersz zawierający docelową komórkę.

Zwraca

Nowy element hiperlinku tylko do odczytu powiązany z wartością właściwości kolumny ContentBinding .

Dotyczy