C1.WPF.DataGrid Namespace > DataGridTemplateColumn Class : GettingCellValue Event |
'Declaration
Public Event GettingCellValue As System.EventHandler(Of DataGridGettingCellValueEventArgs)
public event System.EventHandler<DataGridGettingCellValueEventArgs> GettingCellValue
The event handler receives an argument of type DataGridGettingCellValueEventArgs containing data related to this event. The following DataGridGettingCellValueEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Row | Gets the row. (Inherited from C1.WPF.DataGrid.DataGridRowEventArgs) |
Value | Gets or sets an object that represent the value of the cell belonging to this column and specified row. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2