Skip to main content
A newer version of this page is available. .
All docs
V22.1

CellValueChangedInEditFormArgs.CellEditors Property

Gets an array of the CellEditorData objects that allow you to specify settings in the Edit Form.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v22.1.dll

NuGet Package: DevExpress.Mvvm

Declaration

public CellEditorData[] CellEditors { get; }

Property Value

Type Description
CellEditorData[]

An array of the CellEditorData objects that allow you to specify settings in the Edit Form.

See Also