Back to Devexpress

TreeListCellValueChangedInEditFormEventArgs.CellEditors Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelist-dot-treelistcellvaluechangedineditformeventargs.md

latest1.7 KB
Original Source

TreeListCellValueChangedInEditFormEventArgs.CellEditors Property

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

Namespace : DevExpress.Xpf.Grid.TreeList

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

TreeListCellValueChangedInEditFormEventArgs Class

TreeListCellValueChangedInEditFormEventArgs Members

DevExpress.Xpf.Grid.TreeList Namespace