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

CellEditorOpenedEventArgs.CustomEditorType Property

Returns the type of the custom cell editor.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v21.2.dll

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public CustomCellInplaceEditorType CustomEditorType { get; }

Property Value

Type Description
CustomCellInplaceEditorType

Specifies the custom editor type.

Remarks

The CellEditorOpenedEventArgs.IsCustom property allows you to determine whether the currently edited cell contains a custom in-place editor. If this property returns true, use the CustomEditorType property to determine the custom editor type.

See Also