Skip to main content
A newer version of this page is available. .

LightweightCellEditor(CellsControl) Constructor

Initializes a new instance of the LightweightCellEditor class.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.dll

Declaration

public LightweightCellEditor(
    CellsControl cellsControl
)

Parameters

Name Type Description
cellsControl DevExpress.Xpf.Grid.CellsControl

A DevExpress.Xpf.Grid.CellsControl instance.

See Also