Skip to main content
All docs
V23.2

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

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

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