CustomCellInplaceEditorCollection.Remove(CustomCellInplaceEditorType) Method
Removes all custom cell in-place editors of the specified type from the collection.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
editorType | CustomCellInplaceEditorType | A CustomCellInplaceEditorType enumeration value specifying the type of the custom cell in-place editors to be removed. |
Remarks
To remove an individual custom in-place editor from the collection, use the CustomCellInplaceEditorCollection.Remove method overload with the item parameter or CustomCellInplaceEditorCollection.RemoveAt method. To remove all custom cell editors from the collection at once, use the CustomCellInplaceEditorCollection.Clear method.
See Also