[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.CellTypeBase.GetEditingElement

GetEditingElement Method

GetEditingElement(PaintingContext, int, int, CellData, EventArgs)

Gets the editing element of the specified cell.

Declaration
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
Parameters
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.

Returns
Type Description
FrameworkElement

A FrameworkElement object represents the editing element.