DataGridColumn::GenerateElement Method (DataGridCell^, Object^)
.NET Framework (current version)
When overridden in a derived class, gets a read-only element that is bound to the Binding property value of the column.
Assembly: PresentationFramework (in PresentationFramework.dll)
protected: virtual FrameworkElement^ GenerateElement( DataGridCell^ cell, Object^ dataItem ) abstract
Parameters
- cell
-
Type:
System.Windows.Controls::DataGridCell^
The cell that will contain the generated element.
- dataItem
-
Type:
System::Object^
The data item that is represented by the row that contains the intended cell.
Return Value
Type: System.Windows::FrameworkElement^A new read-only element that is bound to the Binding property value of the column.
This method creates the visual tree for the cell content when the cell is in display mode.
.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Available since 4.0
Silverlight
Available since 2.0
Show: