Back to Devexpress

CustomCellInplaceEditor.EditorType Property

officefileapi-devexpress-dot-spreadsheet-dot-customcellinplaceeditor-171bfb9b.md

latest2.3 KB
Original Source

CustomCellInplaceEditor.EditorType Property

Gets the type of the custom cell in-place editor.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
CustomCellInplaceEditorType EditorType { get; }
vb
ReadOnly Property EditorType As CustomCellInplaceEditorType

Property Value

TypeDescription
CustomCellInplaceEditorType

A CustomCellInplaceEditorType enumeration value specifying the custom editor’s type.

|

Available values:

NameDescription
CheckBox

Specifies that a WinForms CheckEdit (or WPF CheckEdit) editor is used to edit cell content.

| | ComboBox |

Specifies that a WinForms ComboBoxEdit (or WPF ComboBoxEdit) editor is used to edit cell content.

| | DateEdit |

Specifies that a WinForms DateEdit (or WPF DateEdit) editor is used to edit cell content.

| | Custom |

Specifies that a custom editor is used to edit cell content.

Handle the WinForms Spreadsheet control’s CustomCellEdit (or WPF Spreadsheet control’s CustomCellEdit) event to assign a custom editor to a cell.

|

See Also

CustomCellInplaceEditor Interface

CustomCellInplaceEditor Members

DevExpress.Spreadsheet Namespace