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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public LightweightCellEditor(
    CellsControl cellsControl
)

Parameters

Name Type Description
cellsControl DevExpress.Xpf.Grid.CellsControl

A DevExpress.Xpf.Grid.CellsControl instance.

See Also