Back to Devexpress

CellValueChangedInEditFormArgs.CellEditors Property

corelibraries-devexpress-dot-mvvm-dot-xpf-dot-cellvaluechangedineditformargs.md

latest1.6 KB
Original Source

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

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

Declaration

csharp
public CellEditorData[] CellEditors { get; }
vb
Public ReadOnly Property CellEditors As CellEditorData()

Property Value

TypeDescription
CellEditorData[]

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

|

See Also

CellValueChangedInEditFormArgs Class

CellValueChangedInEditFormArgs Members

DevExpress.Mvvm.Xpf Namespace