Skip to main content
A newer version of this page is available. .
All docs
V21.2

RowEditStartingEventArgs.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.v21.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

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