RowEditStartingEventArgs.CellEditors Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public CellEditorData[] CellEditors { get; }
#Property Value
Type | Description |
---|---|
Cell |
An array of the Cell |
See Also