Skip to main content

LightweightCellEditor(CellsControl) Constructor

Initializes a new instance of the LightweightCellEditor class.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v24.1.dll

NuGet Package: 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