Back to Devexpress

NodeEditStartingArgs.CellEditors Property

corelibraries-devexpress-dot-mvvm-dot-xpf-dot-nodeeditstartingargs-91c359c8.md

latest1.5 KB
Original Source

NodeEditStartingArgs.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

NodeEditStartingArgs Class

NodeEditStartingArgs Members

DevExpress.Mvvm.Xpf Namespace