GridDataColumnCellEditTemplateContext Properties
Stores information about the data column’s edit cell and is passed as the context
parameter to the DxGridDataColumn.CellEditTemplate and DxGrid.DataColumnCellEditTemplate.
Name | Description |
---|---|
Data |
Returns a data column to which the edit cell belongs. |
Data |
Returns the processed data item. |
Display |
Returns the edit cell’s display text. |
Edit |
Returns the edit context. |
Edit |
Returns the edit model. |
Grid | Returns the Grid object. |
Visible |
Returns the visible index of the current row. |
See Also