[]
Gets the editing element of the specified cell.
public abstract FrameworkElement GetEditingElement(PaintingContext paintingContext, int row, int column, CellData cellData, EventArgs eventArgs)
Public MustOverride Function GetEditingElement(paintingContext As PaintingContext, row As Integer, column As Integer, cellData As CellData, eventArgs As EventArgs) As FrameworkElement
Type | Name | Description |
---|---|---|
PaintingContext | paintingContext | The painting context. |
int | row | The row index of editing cell. |
int | column | The column index of editing cell. |
CellData | cellData | The current cell data. |
EventArgs | eventArgs | The EventArgs object associated with the editing. |
Type | Description |
---|---|
FrameworkElement | A FrameworkElement object represents the editing element. |