Back to Devexpress

CellValueChangedInEditFormEventArgs.CellEditors Property

wpf-devexpress-dot-xpf-dot-grid-dot-cellvaluechangedineditformeventargs.md

latest1.5 KB
Original Source

CellValueChangedInEditFormEventArgs.CellEditors Property

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

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

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

CellValueChangedInEditFormEventArgs Class

CellValueChangedInEditFormEventArgs Members

DevExpress.Xpf.Grid Namespace