CellEditorOpenedEventArgs.CustomEditorType Property
Returns the type of the custom cell editor.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v24.2.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
#Declaration
public CustomCellInplaceEditorType CustomEditorType { get; }
#Property Value
Type | Description |
---|---|
Custom |
Specifies the custom editor type. |
Available values:
Name | Description |
---|---|
Check |
Specifies that a Win |
Combo |
Specifies that a Win |
Date |
Specifies that a Win |
Custom | Specifies that a custom editor is used to edit cell content. Handle the Win |
#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.