[]
Creates the cell editor.
public override sealed FrameworkElement CreateCellEditor(GridControlRange range)
Type | Name | Description |
---|---|---|
GridControlRange | range | The range. |
Type | Description |
---|---|
FrameworkElement |
Creates the cell editor.
public virtual FrameworkElement CreateCellEditor(GridCellRange range)
Type | Name | Description |
---|---|---|
GridCellRange | range | The range. |
Type | Description |
---|---|
FrameworkElement |